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).
|
GeoPoint |
position
The position of this POI.
|
java.util.List<Tag> |
tags
The tags of this POI.
|
| Constructor and Description |
|---|
PointOfInterest(byte layer,
java.util.List<Tag> tags,
GeoPoint position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |