Class LatLng

java.lang.Object
org.primefaces.model.map.LatLng
All Implemented Interfaces:
Serializable

public class LatLng extends Object implements Serializable
See Also:
  • Constructor Details

    • LatLng

      public LatLng(double lat, double lng)
  • Method Details

    • getLat

      public double getLat()
    • getLng

      public double getLng()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object