Class GeoPoint

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeoPoint
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoPoint()  
    • Constructor Detail

      • GeoPoint

        public GeoPoint()
    • Method Detail

      • setLatitude

        public void setLatitude​(double latitude)
      • getLatitude

        public double getLatitude()
      • setLongitude

        public void setLongitude​(double longitude)
      • getLongitude

        public double getLongitude()