OsmAnd
|
Public Member Functions | |
NavigatePointActivity (MapActivity activity) | |
NavigatePointActivity () | |
void | showDialog () |
void | locationUpdate (LatLon loc) |
View | findViewById (int id) |
void | close () |
void | initUI (double latitude, double longitude) |
void | showOnMap (boolean navigate) |
Static Public Member Functions | |
static double | convert (String coordinate) |
static String | convert (double coordinate, int outputType) |
Static Public Attributes | |
static final String | SEARCH_LAT = SearchActivity.SEARCH_LAT |
static final String | SEARCH_LON = SearchActivity.SEARCH_LON |
static final int | FORMAT_DEGREES = 0 |
static final int | FORMAT_MINUTES = 1 |
static final int | FORMAT_SECONDS = 2 |
Protected Member Functions | |
void | onCreate (Bundle savedInstanceState) |
void | onResume () |
Package Attributes | |
Dialog | dlg |
MapActivity | activity |
int | currentFormat = Location.FORMAT_DEGREES |
static double net.osmand.plus.activities.NavigatePointActivity.convert | ( | String | coordinate | ) | [static] |
Converts a String in one of the formats described by FORMAT_DEGREES, FORMAT_MINUTES, or FORMAT_SECONDS into a double.
NullPointerException | if coordinate is null |
IllegalArgumentException | if the coordinate is not in one of the valid formats. |
static String net.osmand.plus.activities.NavigatePointActivity.convert | ( | double | coordinate, |
int | outputType | ||
) | [static] |
void net.osmand.plus.activities.NavigatePointActivity.initUI | ( | double | latitude, |
double | longitude | ||
) |
void net.osmand.plus.activities.NavigatePointActivity.locationUpdate | ( | LatLon | loc | ) |
void net.osmand.plus.activities.NavigatePointActivity.onCreate | ( | Bundle | savedInstanceState | ) | [protected] |
void net.osmand.plus.activities.NavigatePointActivity.onResume | ( | ) | [protected] |
void net.osmand.plus.activities.NavigatePointActivity.showOnMap | ( | boolean | navigate | ) |
int net.osmand.plus.activities.NavigatePointActivity.currentFormat = Location.FORMAT_DEGREES [package] |
Dialog net.osmand.plus.activities.NavigatePointActivity.dlg [package] |
final int net.osmand.plus.activities.NavigatePointActivity.FORMAT_DEGREES = 0 [static] |
final int net.osmand.plus.activities.NavigatePointActivity.FORMAT_MINUTES = 1 [static] |
final int net.osmand.plus.activities.NavigatePointActivity.FORMAT_SECONDS = 2 [static] |
final String net.osmand.plus.activities.NavigatePointActivity.SEARCH_LAT = SearchActivity.SEARCH_LAT [static] |
final String net.osmand.plus.activities.NavigatePointActivity.SEARCH_LON = SearchActivity.SEARCH_LON [static] |