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 Detail

      • PointInformation

        public PointInformation​(double latitude,
                                double longitude)
    • Method Detail

      • getLatitude

        public double getLatitude()
      • getLongitude

        public double getLongitude()
      • getDescription

        public java.lang.String getDescription()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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