Package org.maproulette.client.model
Class PointInformation
- java.lang.Object
-
- org.maproulette.client.model.PointInformation
-
- All Implemented Interfaces:
java.io.Serializable
public class PointInformation extends java.lang.Object implements java.io.SerializableSimple 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)
-