Class GeoPoint


  • public class GeoPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double lat  
      double lon  
      static java.lang.String of  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoPoint()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GeoPoint of​(double lat, double lon)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lat

        public double lat
      • lon

        public double lon
    • Constructor Detail

      • GeoPoint

        public GeoPoint()
    • Method Detail

      • of

        public static GeoPoint of​(double lat,
                                  double lon)