Class OpenStreetMapTool.Location

  • Enclosing class:
    OpenStreetMapTool

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

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

      Constructors 
      Constructor Description
      Location()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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
      • lat

        public double lat
      • lng

        public double lng
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object