Class LatLng

    • Method Detail

      • getLatitude

        public double getLatitude()
        Returns the latitude.
      • getLongitude

        public double getLongitude()
        Returns the longitude.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • of

        public static LatLng of​(double latitude,
                                double longitude)
      • toPb

        protected com.google.type.LatLng toPb()