Package org.mapsforge.map.datastore
Class PointOfInterest
- java.lang.Object
-
- org.mapsforge.map.datastore.PointOfInterest
-
public class PointOfInterest extends java.lang.ObjectAn immutable container for all data associated with a single point of interest node (POI).
-
-
Constructor Summary
Constructors Constructor Description PointOfInterest(byte layer, java.util.List<org.mapsforge.core.model.Tag> tags, org.mapsforge.core.model.LatLong position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-