OsmAnd
|
Inherits Application.
void net.osmand.plus.OsmandApplication.checkApplicationIsBeingInitialized | ( | Activity | activity, |
ProgressDialog | progressDialog | ||
) |
activity | that supports onCreateDialog(PROGRESS_DIALOG) and returns |
progressdialog | |
progressDialog |
|
synchronized void net.osmand.plus.OsmandApplication.closeApplication | ( | ) |
Creates instance of OsmandSettings
String net.osmand.plus.OsmandApplication.exportFavorites | ( | File | f | ) |
static OsmandSettings net.osmand.plus.OsmandApplication.getSettings | ( | ) | [static] |
Application settings
void net.osmand.plus.OsmandApplication.onConfigurationChanged | ( | Configuration | newConfig | ) |
void net.osmand.plus.OsmandApplication.setGpxFileToDisplay | ( | GPXFile | gpxFileToDisplay, |
boolean | showCurrentGpxFile | ||
) |
void net.osmand.plus.OsmandApplication.setNavigationService | ( | NavigationService | navigationService | ) |
void net.osmand.plus.OsmandApplication.showDialogInitializingCommandPlayer | ( | final Activity | uiContext | ) |
void net.osmand.plus.OsmandApplication.showDialogInitializingCommandPlayer | ( | final Activity | uiContext, |
boolean | warningNoneProvider | ||
) |
void net.osmand.plus.OsmandApplication.showDialogInitializingCommandPlayer | ( | final Activity | uiContext, |
boolean | warningNoneProvider, | ||
Runnable | run | ||
) |
void net.osmand.plus.OsmandApplication.showWarnings | ( | List< String > | warnings, |
final Context | uiContext | ||
) | [protected] |
synchronized void net.osmand.plus.OsmandApplication.startApplication | ( | ) |
final String net.osmand.plus.OsmandApplication.EXCEPTION_PATH = "exception.log" [static] |
FavouritesDbHelper net.osmand.plus.OsmandApplication.favorites = null [package] |
ResourceManager net.osmand.plus.OsmandApplication.manager = null [package] |
OsmandSettings net.osmand.plus.OsmandApplication.osmandSettings = null [static, package] |
Static reference to instance of settings class. Transferred from OsmandSettings class to allow redefine actual instance behind it
CommandPlayer net.osmand.plus.OsmandApplication.player = null [package] |
PoiFiltersHelper net.osmand.plus.OsmandApplication.poiFilters = null [package] |
final int net.osmand.plus.OsmandApplication.PROGRESS_DIALOG = 5 [static] |
RoutingHelper net.osmand.plus.OsmandApplication.routingHelper = null [package] |