Class PointInformation

  • All Implemented Interfaces:
    java.io.Serializable

    public class PointInformation
    extends java.lang.Object
    implements java.io.Serializable
    Simple object representing a Point that can be displayed on the map. The point can contain information that then can be displayed on the map when clicked.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PointInformation​(double latitude, double longitude)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PointInformation

        public PointInformation​(double latitude,
                                double longitude)