OsmAnd
|
Classes | |
class | TransportRouteAdapter |
class | TransportStopAdapter |
Public Member Functions | |
void | onCreate (Bundle icicle) |
void | locationUpdate (LatLon l) |
String | getSearchArea () |
boolean | isSearchFurtherAvailable () |
void | searchTransport () |
String | getInformation (RouteInfoLocation route, List< TransportStop > stops, int position, boolean part) |
void | onListItemClick (ListView parent, View v, int position, long id) |
void | showContextMenuOnStop (final TransportStop stop, final RouteInfoLocation route, final int stopInd) |
void | showContextMenuOnRoute (final RouteInfoLocation route, final int routeInd) |
int | getCurrentRouteLocation () |
boolean | isRouteCalculated () |
LatLon | getLocationToStart () |
LatLon | getLocationToGo () |
LatLon | getStartStop (int position) |
LatLon | getEndStop (int position) |
Static Public Attributes | |
static final String | SEARCH_LAT = SearchActivity.SEARCH_LAT |
static final String | SEARCH_LON = SearchActivity.SEARCH_LON |
Protected Member Functions | |
void | onDestroy () |
void | onResume () |
void | updateUIList (final List< RouteInfoLocation > stopsList) |
LatLon net.osmand.plus.activities.search.SearchTransportActivity.getEndStop | ( | int | position | ) |
String net.osmand.plus.activities.search.SearchTransportActivity.getInformation | ( | RouteInfoLocation | route, |
List< TransportStop > | stops, | ||
int | position, | ||
boolean | part | ||
) |
LatLon net.osmand.plus.activities.search.SearchTransportActivity.getStartStop | ( | int | position | ) |
void net.osmand.plus.activities.search.SearchTransportActivity.onCreate | ( | Bundle | icicle | ) |
void net.osmand.plus.activities.search.SearchTransportActivity.onDestroy | ( | ) | [protected] |
void net.osmand.plus.activities.search.SearchTransportActivity.onListItemClick | ( | ListView | parent, |
View | v, | ||
int | position, | ||
long | id | ||
) |
void net.osmand.plus.activities.search.SearchTransportActivity.onResume | ( | ) | [protected] |
void net.osmand.plus.activities.search.SearchTransportActivity.showContextMenuOnRoute | ( | final RouteInfoLocation | route, |
final int | routeInd | ||
) |
void net.osmand.plus.activities.search.SearchTransportActivity.showContextMenuOnStop | ( | final TransportStop | stop, |
final RouteInfoLocation | route, | ||
final int | stopInd | ||
) |
void net.osmand.plus.activities.search.SearchTransportActivity.updateUIList | ( | final List< RouteInfoLocation > | stopsList | ) | [protected] |
final String net.osmand.plus.activities.search.SearchTransportActivity.SEARCH_LAT = SearchActivity.SEARCH_LAT [static] |
final String net.osmand.plus.activities.search.SearchTransportActivity.SEARCH_LON = SearchActivity.SEARCH_LON [static] |