OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions
net.osmand.plus.TransportIndexRepository Interface Reference
Inheritance diagram for net.osmand.plus.TransportIndexRepository:
net.osmand.plus.TransportIndexRepositoryBinary

List of all members.

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 ()

Member Function Documentation

boolean net.osmand.plus.TransportIndexRepository.checkCachedObjects ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude,
int  zoom,
List< TransportStop >  toFill 
)
boolean net.osmand.plus.TransportIndexRepository.checkCachedObjects ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude,
int  zoom,
List< TransportStop >  toFill,
boolean  fillFound 
)
boolean net.osmand.plus.TransportIndexRepository.checkContains ( double  latitude,
double  longitude 
)
boolean net.osmand.plus.TransportIndexRepository.checkContains ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude 
)
void net.osmand.plus.TransportIndexRepository.evaluateCachedTransportStops ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude,
int  zoom,
int  limit,
ResultMatcher< TransportStop >  matcher 
)
List<String> net.osmand.plus.TransportIndexRepository.getRouteDescriptionsForStop ( TransportStop  stop,
String  format 
)
Parameters:
stop
format{0} - ref, {1} - type, {2} - name, {3} - name_en
Returns:

Implemented in net.osmand.plus.TransportIndexRepositoryBinary.

List<RouteInfoLocation> net.osmand.plus.TransportIndexRepository.searchTransportRouteStops ( double  latitude,
double  longitude,
LatLon  locationToGo,
int  zoom 
)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines