OsmAnd
|
Public Member Functions | |
MapActivityLayers (MapActivity activity) | |
OsmandApplication | getApplication () |
void | createLayers (OsmandMapTileView mapView) |
void | updateLayers (OsmandMapTileView mapView) |
void | updateMapSource (OsmandMapTileView mapView, CommonPreference< String > settingsToWarnAboutMap) |
void | openLayerSelectionDialog (final OsmandMapTileView mapView) |
void | showGPXFileLayer (final OsmandMapTileView mapView) |
void | selectGPXFileLayer (final CallbackWithObject< GPXFile > callbackWithObject, final boolean convertCloudmade, final boolean showCurrentGpx) |
void | selectMapLayer (final OsmandMapTileView mapView) |
PointNavigationLayer | getNavigationLayer () |
GPXLayer | getGpxLayer () |
ContextMenuLayer | getContextMenuLayer () |
FavoritesLayer | getFavoritesLayer () |
PointLocationLayer | getLocationLayer () |
MapInfoLayer | getMapInfoLayer () |
POIMapLayer | getPoiMapLayer () |
OsmBugsLayer | getOsmBugsLayer () |
Object is responsible to maintain layers using by map activity
void net.osmand.plus.activities.MapActivityLayers.openLayerSelectionDialog | ( | final OsmandMapTileView | mapView | ) |
void net.osmand.plus.activities.MapActivityLayers.selectGPXFileLayer | ( | final CallbackWithObject< GPXFile > | callbackWithObject, |
final boolean | convertCloudmade, | ||
final boolean | showCurrentGpx | ||
) |
void net.osmand.plus.activities.MapActivityLayers.selectMapLayer | ( | final OsmandMapTileView | mapView | ) |
void net.osmand.plus.activities.MapActivityLayers.showGPXFileLayer | ( | final OsmandMapTileView | mapView | ) |
void net.osmand.plus.activities.MapActivityLayers.updateMapSource | ( | OsmandMapTileView | mapView, |
CommonPreference< String > | settingsToWarnAboutMap | ||
) |