Class GMapTool.Location

  • Enclosing class:
    GMapTool

    public static class GMapTool.Location
    extends java.lang.Object
    Location
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String formatted_address
      Formatted address
      double lat
      Latitude
      double lng
      Longitude
    • Constructor Summary

      Constructors 
      Constructor Description
      Location()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      To string representation of location
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • formatted_address

        public java.lang.String formatted_address
        Formatted address
      • lat

        public double lat
        Latitude
      • lng

        public double lng
        Longitude
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • toString

        public java.lang.String toString()
        To string representation of location
        Overrides:
        toString in class java.lang.Object
        Returns:
        String representation of location