| Modifier and Type | Field and Description |
|---|---|
protected PointOfInterest |
AbstractPoiPersistenceManager.poi |
| Modifier and Type | Field and Description |
|---|---|
protected List<PointOfInterest> |
AbstractPoiPersistenceManager.ret |
| Modifier and Type | Method and Description |
|---|---|
PointOfInterest |
PoiPersistenceManager.findPointByID(long poiID) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfInterest> |
PoiPersistenceManager.findInRect(BoundingBox bb,
PoiCategoryFilter filter,
String pattern,
int limit)
Find all
PointOfInterest in a rectangle specified by the given BoundingBox. |
Collection<PointOfInterest> |
PoiPersistenceManager.findNearPosition(LatLong point,
int distance,
PoiCategoryFilter filter,
String pattern,
int limit)
Fetch
PointOfInterest from underlying storage near a given position. |
Collection<PointOfInterest> |
AbstractPoiPersistenceManager.findNearPosition(LatLong point,
int distance,
PoiCategoryFilter filter,
String pattern,
int limit)
Fetch
PointOfInterest from underlying storage near a given position. |
| Modifier and Type | Method and Description |
|---|---|
void |
PoiPersistenceManager.insertPointOfInterest(PointOfInterest poi)
Inserts a single
PointOfInterest into storage. |
void |
PoiPersistenceManager.removePointOfInterest(PointOfInterest poi)
Removes a point of interest from storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoiPersistenceManager.insertPointsOfInterest(Collection<PointOfInterest> pois)
Inserts
PointOfInterest into storage. |
Copyright © 2016 mapsforge.org