Class LatLng


  • public final class LatLng
    extends java.lang.Object
    Represent the latitude and longitude of a map location.
    • Constructor Summary

      Constructors 
      Constructor Description
      LatLng​(double lat, double lng)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      double getLat()  
      double getLng()  
      int hashCode()  
      void setLatLng​(double lat, double lng)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LatLng

        public LatLng​(double lat,
                      double lng)
    • Method Detail

      • setLatLng

        public void setLatLng​(double lat,
                              double lng)
      • getLat

        public double getLat()
      • getLng

        public double getLng()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object