public interface PoiCategory
PointOfInterest. Every PoiCategory should
have a unique title so that for two PoiCategorys a and b a.equals(b) if and only if
a.title.equalsIgnoreCase(b.title).| Modifier and Type | Method and Description |
|---|---|
Collection<PoiCategory> |
deepChildren() |
Collection<PoiCategory> |
getChildren() |
int |
getID() |
PoiCategory |
getParent() |
String |
getTitle() |
void |
setParent(PoiCategory parent)
Sets the category's parent category.
|
Collection<PoiCategory> deepChildren()
Collection<PoiCategory> getChildren()
int getID()
PoiCategory getParent()
String getTitle()
void setParent(PoiCategory parent)
parent - The category to be set as parent.Copyright © 2016 mapsforge.org