OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Static Public Attributes | Protected Member Functions
net.osmand.plus.activities.search.SearchTransportActivity Class Reference
Inheritance diagram for net.osmand.plus.activities.search.SearchTransportActivity:
net.osmand.plus.activities.search.SearchActivity.SearchActivityChild

List of all members.

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)

Member Function Documentation

String net.osmand.plus.activities.search.SearchTransportActivity.getInformation ( RouteInfoLocation  route,
List< TransportStop >  stops,
int  position,
boolean  part 
)
void net.osmand.plus.activities.search.SearchTransportActivity.onListItemClick ( ListView  parent,
View  v,
int  position,
long  id 
)
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]

Member Data Documentation


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