public class PointOfInterest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
layer
The layer of this POI + 5 (to avoid negative values).
|
org.mapsforge.core.model.LatLong |
position
The position of this POI.
|
java.util.List<org.mapsforge.core.model.Tag> |
tags
The tags of this POI.
|
Constructor and Description |
---|
PointOfInterest(byte layer,
java.util.List<org.mapsforge.core.model.Tag> tags,
org.mapsforge.core.model.LatLong position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final byte layer
public final org.mapsforge.core.model.LatLong position
public final java.util.List<org.mapsforge.core.model.Tag> tags