OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Attributes | Package Attributes
net.osmand.plus.activities.search.SearchActivity Class Reference

Inherits TabActivity.

List of all members.

Classes

interface  SearchActivityChild

Public Member Functions

void startSearchCurrentLocation ()
void endSearchCurrentLocation ()
void updateSearchPoint (LatLon searchPoint, String message, boolean showLoc)
LatLon getSearchPoint ()
boolean isSearchAroundCurrentLocation ()
void startSearchAddressOffline ()
void startSearchAddressOnline ()
void setAddressSpecContent ()

Static Public Attributes

static final int POI_TAB_INDEX = 0
static final int ADDRESS_TAB_INDEX = 1
static final int LOCATION_TAB_INDEX = 2
static final int TRANSPORT_TAB_INDEX = 3
static final int HISTORY_TAB_INDEX = 4
static final String TAB_INDEX_EXTRA = "TAB_INDEX_EXTRA"
static final String SEARCH_LAT = "net.osmand.search_lat"
static final String SEARCH_LON = "net.osmand.search_lon"

Protected Member Functions

void onCreate (Bundle savedInstanceState)
void onActivityResult (int requestCode, int resultCode, Intent data)
void onResume ()
void onPause ()

Static Protected Attributes

static final int POSITION_CURRENT_LOCATION = 1
static final int POSITION_LAST_MAP_VIEW = 2
static final int POSITION_FAVORITES = 3
static final int POSITION_ADDRESS = 4

Package Attributes

Button searchPOIButton

Member Function Documentation

void net.osmand.plus.activities.search.SearchActivity.onActivityResult ( int  requestCode,
int  resultCode,
Intent  data 
) [protected]
void net.osmand.plus.activities.search.SearchActivity.onCreate ( Bundle  savedInstanceState) [protected]
void net.osmand.plus.activities.search.SearchActivity.updateSearchPoint ( LatLon  searchPoint,
String  message,
boolean  showLoc 
)

Member Data Documentation

final String net.osmand.plus.activities.search.SearchActivity.SEARCH_LAT = "net.osmand.search_lat" [static]
final String net.osmand.plus.activities.search.SearchActivity.SEARCH_LON = "net.osmand.search_lon" [static]
final String net.osmand.plus.activities.search.SearchActivity.TAB_INDEX_EXTRA = "TAB_INDEX_EXTRA" [static]

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