OsmAnd
|
Classes | |
class | RouteInfoLocation |
Public Member Functions | |
boolean | checkContains (double latitude, double longitude) |
boolean | checkContains (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude) |
boolean | checkCachedObjects (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude, int zoom, List< TransportStop > toFill) |
boolean | checkCachedObjects (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude, int zoom, List< TransportStop > toFill, boolean fillFound) |
boolean | acceptTransportStop (TransportStop stop) |
List< String > | getRouteDescriptionsForStop (TransportStop stop, String format) |
void | evaluateCachedTransportStops (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude, int zoom, int limit, ResultMatcher< TransportStop > matcher) |
List< RouteInfoLocation > | searchTransportRouteStops (double latitude, double longitude, LatLon locationToGo, int zoom) |
void | close () |
boolean net.osmand.plus.TransportIndexRepository.acceptTransportStop | ( | TransportStop | stop | ) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
boolean net.osmand.plus.TransportIndexRepository.checkCachedObjects | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude, | ||
int | zoom, | ||
List< TransportStop > | toFill | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
boolean net.osmand.plus.TransportIndexRepository.checkCachedObjects | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude, | ||
int | zoom, | ||
List< TransportStop > | toFill, | ||
boolean | fillFound | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
boolean net.osmand.plus.TransportIndexRepository.checkContains | ( | double | latitude, |
double | longitude | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
boolean net.osmand.plus.TransportIndexRepository.checkContains | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
void net.osmand.plus.TransportIndexRepository.evaluateCachedTransportStops | ( | double | topLatitude, |
double | leftLongitude, | ||
double | bottomLatitude, | ||
double | rightLongitude, | ||
int | zoom, | ||
int | limit, | ||
ResultMatcher< TransportStop > | matcher | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
List<String> net.osmand.plus.TransportIndexRepository.getRouteDescriptionsForStop | ( | TransportStop | stop, |
String | format | ||
) |
stop | |
format | {0} - ref, {1} - type, {2} - name, {3} - name_en |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.
List<RouteInfoLocation> net.osmand.plus.TransportIndexRepository.searchTransportRouteStops | ( | double | latitude, |
double | longitude, | ||
LatLon | locationToGo, | ||
int | zoom | ||
) |
Implemented in net.osmand.plus.TransportIndexRepositoryBinary.