OsmAnd
|
Public Member Functions | |
void | close () |
boolean | checkContains (double latitude, double longitude) |
boolean | checkContains (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude) |
List< Amenity > | searchAmenities (int stop, int sleft, int sbottom, int sright, int zoom, PoiFilter filter, List< Amenity > amenities, ResultMatcher< Amenity > matcher) |
void | clearCache () |
boolean | checkCachedAmenities (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude, int zoom, String filterId, List< Amenity > toFill, boolean fillFound) |
void | evaluateCachedAmenities (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude, int zoom, PoiFilter filter, ResultMatcher< Amenity > matcher) |
boolean net.osmand.plus.AmenityIndexRepository.checkCachedAmenities | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude, | ||
int | zoom, | ||
String | filterId, | ||
List< Amenity > | toFill, | ||
boolean | fillFound | ||
) |
Implemented in net.osmand.plus.AmenityIndexRepositoryOdb, and net.osmand.plus.AmenityIndexRepositoryBinary.
boolean net.osmand.plus.AmenityIndexRepository.checkContains | ( | double | latitude, |
double | longitude | ||
) |
Implemented in net.osmand.plus.AmenityIndexRepositoryBinary.
boolean net.osmand.plus.AmenityIndexRepository.checkContains | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude | ||
) |
Implemented in net.osmand.plus.AmenityIndexRepositoryBinary.
Implemented in net.osmand.plus.AmenityIndexRepositoryBinary, and net.osmand.plus.AmenityIndexRepositoryOdb.
Implemented in net.osmand.plus.AmenityIndexRepositoryBinary.
void net.osmand.plus.AmenityIndexRepository.evaluateCachedAmenities | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude, | ||
int | zoom, | ||
PoiFilter | filter, | ||
ResultMatcher< Amenity > | matcher | ||
) |
Implemented in net.osmand.plus.AmenityIndexRepositoryBinary, and net.osmand.plus.AmenityIndexRepositoryOdb.
List<Amenity> net.osmand.plus.AmenityIndexRepository.searchAmenities | ( | int | stop, |
int | sleft, | ||
int | sbottom, | ||
int | sright, | ||
int | zoom, | ||
PoiFilter | filter, | ||
List< Amenity > | amenities, | ||
ResultMatcher< Amenity > | matcher | ||
) |
Search amenities in the specified box doesn't cache results
Implemented in net.osmand.plus.AmenityIndexRepositoryOdb.