- cacheCapacity() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- CacheManager - Class in org.osmdroid.tileprovider.cachemanager
-
Provides various methods for managing the local filesystem cache of osmdroid tiles:
- Dowloading of tiles inside a specified area,
- Cleaning of tiles inside a specified area,
- Information about cache capacity and current cache usage.
- CacheManager(MapView) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- CacheManager(MapView, IFilesystemCache) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- CacheManager.CacheManagerCallback - Interface in org.osmdroid.tileprovider.cachemanager
-
- CacheManager.CacheManagerTask - Class in org.osmdroid.tileprovider.cachemanager
-
generic class for common code related to AsyncTask management
- CacheManager.CleaningTask - Class in org.osmdroid.tileprovider.cachemanager
-
- CacheManager.DownloadingTask - Class in org.osmdroid.tileprovider.cachemanager
-
- CacheManagerTask(Context, BoundingBox, int, int, CacheManager.CacheManagerCallback, boolean) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CacheManagerTask(Context, ArrayList<GeoPoint>, int, int, CacheManager.CacheManagerCallback, boolean) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CacheManagerTask(Context, ArrayList<GeoPoint>, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CacheManagerTask(Context, BoundingBox, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- cacheMapTileCount - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- callback - Variable in class org.osmdroid.events.DelayedMapListener
-
- callback - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CantContinueException(String) - Constructor for exception org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException
-
- CantContinueException(Throwable) - Constructor for exception org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException
-
- canZoomIn() - Method in class org.osmdroid.views.MapView
-
- canZoomOut() - Method in class org.osmdroid.views.MapView
-
- CENTER - Static variable in class org.osmdroid.views.MapView.LayoutParams
-
Special value for the alignment requested by a View.
- CENTER_LEFT - Static variable in class org.osmdroid.views.MapView.LayoutParams
-
Special value for the alignment requested by a View.
- CENTER_RIGHT - Static variable in class org.osmdroid.views.MapView.LayoutParams
-
Special value for the alignment requested by a View.
- ChartbundleENRH - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Chart Bundle US Aeronautical Charts Enroute High
- ChartbundleENRL - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Chart Bundle US Aeronautical Charts Enroute Low
- ChartbundleWAC - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Chart Bundle US Aeronautical Charts
- checkLayoutParams(ViewGroup.LayoutParams) - Method in class org.osmdroid.views.MapView
-
- cleanArea() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CleaningTask
-
Do the job.
- cleanAreaAsync(Context, BoundingBox, int, int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Remove all cached tiles in the specified area.
- cleanAreaAsync(Context, ArrayList<GeoPoint>, int, int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Remove all cached tiles covered by the GeoPoints list.
- cleanDefaults() - Static method in class org.osmdroid.views.overlay.Marker
-
reference https://github.com/MKergall/osmbonuspack/pull/210
- CleaningTask(Context, BoundingBox, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CleaningTask
-
- CLEANUP_ON_START - Static variable in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
disables cache purge of expired tiled on start up
if this is set to false, the database will only purge tiles if manually called or if
the storage device runs out of space.
- clear() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
-
- clear() - Method in class org.osmdroid.tileprovider.MapTileCache
-
- clearBitmapPool() - Method in class org.osmdroid.tileprovider.BitmapPool
-
- clearLocationSources() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
removes all sources, again, only useful before startLocationProvider is called
- clearPath() - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- clearPath() - Method in class org.osmdroid.views.overlay.Polyline
-
- clearTileCache() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
purges the cache of all tiles (default is the in memory cache)
- ClickableIconOverlay<DataType> - Class in org.osmdroid.views.overlay
-
- ClickableIconOverlay(DataType) - Constructor for class org.osmdroid.views.overlay.ClickableIconOverlay
-
save to be called in non-gui-thread
- clone() - Method in class org.osmdroid.util.GeoPoint
-
- clone() - Method in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- close() - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- close() - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- close() - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
Closes the archive file and releases resources.
- close() - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- close() - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- close() - Method in class org.osmdroid.util.GEMFFile
-
- close() - Method in class org.osmdroid.util.GEMFFile.GEMFInputStream
-
- close() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- closeAllInfoWindows() - Method in class org.osmdroid.views.overlay.FolderOverlay
-
Close all opened InfoWindows of overlays it contains.
- closeAllInfoWindowsOn(MapView) - Static method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
close all InfoWindows currently opened on this MapView
- closeInfoWindow() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- closeStream(Closeable) - Static method in class org.osmdroid.tileprovider.util.StreamUtils
-
Closes the specified stream.
- CLOUDMADESMALLTILES - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- CLOUDMADESTANDARDTILES - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- CloudmadeTileSource - Class in org.osmdroid.tileprovider.tilesource
-
- CloudmadeTileSource(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- CloudmadeUtil - Class in org.osmdroid.tileprovider.util
-
Utility class for implementing Cloudmade authorization.
- CloudmadeUtil() - Constructor for class org.osmdroid.tileprovider.util.CloudmadeUtil
-
- COL_TILES_TILE_COLUMN - Static variable in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- COL_TILES_TILE_DATA - Static variable in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- COL_TILES_TILE_ROW - Static variable in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- COL_TILES_ZOOM_LEVEL - Static variable in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- COLUMN_EXPIRES - Static variable in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- COLUMN_KEY - Static variable in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- COLUMN_PROVIDER - Static variable in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- COLUMN_TILE - Static variable in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- CompassOverlay - Class in org.osmdroid.views.overlay.compass
-
Note: the compass overlay causes issues on API 8 devices.
- CompassOverlay(Context, MapView) - Constructor for class org.osmdroid.views.overlay.compass.CompassOverlay
-
- CompassOverlay(Context, IOrientationProvider, MapView) - Constructor for class org.osmdroid.views.overlay.compass.CompassOverlay
-
- computeScroll() - Method in class org.osmdroid.views.MapView
-
- ConfigurablePriorityThreadFactory - Class in org.osmdroid.tileprovider.modules
-
- ConfigurablePriorityThreadFactory(int, String) - Constructor for class org.osmdroid.tileprovider.modules.ConfigurablePriorityThreadFactory
-
- Configuration - Class in org.osmdroid.config
-
Singleton class to get/set a configuration provider for osmdroid
Issue 481
Created on 11/29/2016.
- Configuration() - Constructor for class org.osmdroid.config.Configuration
-
- contains(IGeoPoint) - Method in class org.osmdroid.util.BoundingBox
-
- contains(double, double) - Method in class org.osmdroid.util.BoundingBox
-
- contains(IGeoPoint) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- contains(int, int) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- contains(MotionEvent) - Method in class org.osmdroid.views.overlay.Polygon
-
Important note: this function returns correct results only if the Polygon has been drawn before,
and if the MapView positioning has not changed.
- containsTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileCache
-
- containsTileSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- copy(InputStream, OutputStream) - Static method in class org.osmdroid.tileprovider.util.StreamUtils
-
Copy the content of the input stream into the output stream, using a temporary byte array
buffer whose size is defined by
StreamUtils.IO_BUFFER_SIZE
.
- Counters - Class in org.osmdroid.tileprovider.util
-
The counters class is a simple container for tracking various internal statistics for osmdroid,
useful for troubleshooting osmdroid, finding memory leaks and more
Created by alex on 6/16/16.
- Counters() - Constructor for class org.osmdroid.tileprovider.util.Counters
-
- countOOM - Static variable in class org.osmdroid.tileprovider.util.Counters
-
out of memory errors
- createItem(int) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- createItem(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Method by which subclasses create the actual Items.
- createProgressDialog(Context) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- createTileCache() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- CREATOR - Static variable in class org.osmdroid.util.BoundingBox
-
- CREATOR - Static variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- CREATOR - Static variable in class org.osmdroid.util.GeoPoint
-
- CREATOR - Static variable in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- currentAngle - Variable in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- currentCacheUsage() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- CYCLEMAP - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- DATABASE_FILENAME - Static variable in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- DatabaseFileArchive - Class in org.osmdroid.tileprovider.modules
-
This is the OSMdroid style database provider.
- DatabaseFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- db - Variable in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- db - Variable in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- db_file - Variable in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- db_file - Variable in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- DEBUG - Static variable in class org.metalev.multitouch.controller.MultiTouchController
-
Generate tons of log entries for debugging
- DEBUG - Static variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
- DEBUG2 - Static variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
- debugMapTileDownloader - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- debugMapView - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- debugMode - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- DEBUGMODE - Static variable in class org.osmdroid.tileprovider.util.CloudmadeUtil
-
- DEBUGMODE - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
-
Deprecated.
- DEBUGMODE - Static variable in interface org.osmdroid.views.util.constants.OverlayConstants
-
- debugTileProviders - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- DEFAULT_DELAY - Static variable in class org.osmdroid.events.DelayedMapListener
-
Default listening delay
- DEFAULT_MARKER_SIZE - Static variable in class org.osmdroid.views.overlay.OverlayItem
-
- DEFAULT_MAXIMUM_CACHED_FILE_AGE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- DEFAULT_TILE_SOURCE - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- DEFAULT_ZOOMLEVEL_MINIMAP_DIFFERENCE - Static variable in interface org.osmdroid.views.util.constants.OverlayConstants
-
- DefaultConfigurationProvider - Class in org.osmdroid.config
-
Default configuration provider for osmdroid
Issue 481
Created on 11/29/2016.
- DefaultConfigurationProvider() - Constructor for class org.osmdroid.config.DefaultConfigurationProvider
-
- DefaultOverlayManager - Class in org.osmdroid.views.overlay
-
- DefaultOverlayManager(TilesOverlay) - Constructor for class org.osmdroid.views.overlay.DefaultOverlayManager
-
- DEG2RAD - Static variable in class org.osmdroid.util.GeometryMath
-
- DEG2RAD - Static variable in interface org.osmdroid.views.util.constants.MathConstants
-
- DEG2RAD - Static variable in class org.osmdroid.views.util.Mercator
-
Deprecated.
- delay - Variable in class org.osmdroid.events.DelayedMapListener
-
Listening delay, in milliseconds
- DelayedMapListener - Class in org.osmdroid.events
-
- DelayedMapListener(MapListener, long) - Constructor for class org.osmdroid.events.DelayedMapListener
-
- DelayedMapListener(MapListener) - Constructor for class org.osmdroid.events.DelayedMapListener
-
- deltaTime - Variable in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- describeContents() - Method in class org.osmdroid.util.BoundingBox
-
- describeContents() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- describeContents() - Method in class org.osmdroid.util.GeoPoint
-
- destinationPoint(double, float) - Method in class org.osmdroid.util.GeoPoint
-
Calculate a point that is the specified distance and bearing away from this point.
- destroy() - Method in interface org.osmdroid.tileprovider.IRegisterReceiver
-
- destroy() - Method in class org.osmdroid.tileprovider.util.SimpleInvalidationHandler
-
- destroy() - Method in class org.osmdroid.tileprovider.util.SimpleRegisterReceiver
-
- destroy() - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- destroy() - Method in interface org.osmdroid.views.overlay.compass.IOrientationProvider
-
- destroy() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- destroy() - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationProvider
-
- detach() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- detach() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
classes that extend MapTileProviderBase must call this method to prevent memory leaks.
- detach() - Method in class org.osmdroid.tileprovider.MapTileProviderBasic
-
- detach() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- detach() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- detach() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
-
- detach() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Detach, we're shutting down - Stops all workers.
- detach() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- detach() - Method in class org.osmdroid.tileprovider.modules.OfflineTileProvider
-
- detach() - Method in class org.osmdroid.views.Projection
-
- df - Static variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
- DirectedLocationOverlay - Class in org.osmdroid.views.overlay.mylocation
-
- DirectedLocationOverlay(Context) - Constructor for class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- DIRECTION_ARROW - Variable in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- directorySize(File) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- disableCompass() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
Disable orientation updates
- disableFollowLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
Disables "follow" functionality.
- disableMyLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
Disable location updates
- disableScaleBar() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- dispatch(MapEvent) - Method in class org.osmdroid.events.DelayedMapListener
-
- dispatchDraw(Canvas) - Method in class org.osmdroid.views.MapView
-
- dispatchTouchEvent(MotionEvent) - Method in class org.osmdroid.views.MapView
-
- display_number - Variable in class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- distanceTo(IGeoPoint) - Method in class org.osmdroid.util.GeoPoint
-
- doInBackground(Object...) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CleaningTask
-
- doInBackground(Object...) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
- downloadArea() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
Do the job.
- downloadAreaAsync(Context, BoundingBox, int, int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles of the specified area in osmdroid cache.
- downloadAreaAsync(Context, ArrayList<GeoPoint>, int, int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles of the specified area in osmdroid cache.
- downloadAreaAsync(Context, BoundingBox, int, int, CacheManager.CacheManagerCallback) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles of the specified area in osmdroid cache.
- downloadAreaAsync(Context, ArrayList<GeoPoint>, int, int, CacheManager.CacheManagerCallback) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles covered by the GePoints list in osmdroid cache.
- downloadAreaAsyncNoUI(Context, ArrayList<GeoPoint>, int, int, CacheManager.CacheManagerCallback) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles covered by the GeoPoints list in osmdroid cache without a user interface.
- downloadAreaAsyncNoUI(Context, BoundingBox, int, int, CacheManager.CacheManagerCallback) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Download in background all tiles of the specified area in osmdroid cache without a user interface.
- DownloadingTask(Context, BoundingBox, int, int, CacheManager.CacheManagerCallback, boolean) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
- DownloadingTask(Context, ArrayList<GeoPoint>, int, int, CacheManager.CacheManagerCallback, boolean) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
- downloadStarted() - Method in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback
-
as soon as the download is started, this is fired
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.IconOverlay
-
Draw the icon.
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Draw a marker on each of our items.
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.MapEventsOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Overlay
-
Draw the overlay over the map.
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
This method draws the line.
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Polygon
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Polyline
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- drawAt(Canvas, Drawable, int, int, boolean, float) - Static method in class org.osmdroid.views.overlay.Overlay
-
Convenience method to draw a Drawable at an offset.
- drawCompass(Canvas, float, Rect) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- drawLatitudeScale(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Latitudinal / horizontal scale bar flag
- drawLongitudeScale(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Longitudinal / vertical scale bar flag
- drawMyLocation(Canvas, MapView, Location) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- drawOld(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Polyline
-
- drawTiles(Canvas, Projection, int, int, Rect) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
This is meant to be a "pure" tile drawing function that doesn't take into account
osmdroid-specific characteristics (like osmdroid's canvas's having 0,0 as the center rather
than the upper-left corner).
- GEMFFile - Class in org.osmdroid.util
-
GEMF File handler class.
- GEMFFile(File) - Constructor for class org.osmdroid.util.GEMFFile
-
- GEMFFile(String) - Constructor for class org.osmdroid.util.GEMFFile
-
- GEMFFile(String, List<File>) - Constructor for class org.osmdroid.util.GEMFFile
-
- GEMFFile.GEMFInputStream - Class in org.osmdroid.util
-
- GEMFFileArchive - Class in org.osmdroid.tileprovider.modules
-
- GEMFFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- GEMFInputStream(String, long, int) - Constructor for class org.osmdroid.util.GEMFFile.GEMFInputStream
-
- generateDefaultLayoutParams() - Method in class org.osmdroid.views.MapView
-
- generateLayoutParams(AttributeSet) - Method in class org.osmdroid.views.MapView
-
- generateLayoutParams(ViewGroup.LayoutParams) - Method in class org.osmdroid.views.MapView
-
- GeoConstants - Interface in org.osmdroid.util.constants
-
- GeometryMath - Class in org.osmdroid.util
-
- GeometryMath() - Constructor for class org.osmdroid.util.GeometryMath
-
- GeoPoint - Class in org.osmdroid.util
-
- GeoPoint(int, int) - Constructor for class org.osmdroid.util.GeoPoint
-
Deprecated.
- GeoPoint(int, int, int) - Constructor for class org.osmdroid.util.GeoPoint
-
Deprecated.
- GeoPoint(double, double) - Constructor for class org.osmdroid.util.GeoPoint
-
- GeoPoint(double, double, double) - Constructor for class org.osmdroid.util.GeoPoint
-
- GeoPoint(Location) - Constructor for class org.osmdroid.util.GeoPoint
-
- geoPoint - Variable in class org.osmdroid.views.MapView.LayoutParams
-
The location of the child within the map view.
- get(int) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- get(int) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- get(int) - Method in interface org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.PointAdapter
-
- get(int) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- getAccessToken() - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- getAccessToken() - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- getAction() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
- getAllStorageLocations() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- getAlpha() - Method in class org.osmdroid.views.overlay.Marker
-
- getAltitude() - Method in class org.osmdroid.util.GeoPoint
-
- getAngle() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
- getAppCode() - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- getAppId() - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- getArchiveFile(File) - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
-
Return an implementation of
IArchiveFile
for the specified file.
- getArchives() - Method in class org.osmdroid.tileprovider.modules.OfflineTileProvider
-
- getBarPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Return's the paint used to draw the bar
- getBasePath() - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
Deprecated.
- getBaseUrl() - Method in class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
-
Get the base url, which will be a random one if there are more than one.
- getBoundingBox() - Method in class org.osmdroid.views.MapView
-
- getBoundingBox() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- getBoundingBox() - Method in class org.osmdroid.views.Projection
-
- getBoundingBoxE6() - Method in class org.osmdroid.views.MapView
-
- getBoundingBoxE6() - Method in class org.osmdroid.views.Projection
-
Deprecated.
- getBoundingBoxForRotatatedRectangle(Rect, float, Rect) - Static method in class org.osmdroid.util.GeometryMath
-
- getBoundingBoxForRotatatedRectangle(Rect, Point, float, Rect) - Static method in class org.osmdroid.util.GeometryMath
-
- getBoundingBoxForRotatatedRectangle(Rect, int, int, float, Rect) - Static method in class org.osmdroid.util.GeometryMath
-
- getBoundingBoxFromCoords(double, double, double, double, int) - Static method in class org.osmdroid.views.util.Mercator
-
Deprecated.
Get bounding box from reverse Mercator projection.
- getBoundingBoxFromPointInMapTile(Point, int) - Static method in class org.osmdroid.views.util.Mercator
-
Deprecated.
Get bounding box from reverse Mercator projection.
- getCacheMapTileCount() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getCacheMapTileCount() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Initial tile cache size (in memory).
- getCallback() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getCellularDataNetworkAvailable() - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
-
- getCellularDataNetworkAvailable() - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
-
- getCenter() - Method in class org.osmdroid.util.BoundingBox
-
- getCenter() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getCloudmadeKey() - Static method in class org.osmdroid.tileprovider.util.CloudmadeUtil
-
Get the key that was previously retrieved from the manifest.
- getCloudmadeToken() - Static method in class org.osmdroid.tileprovider.util.CloudmadeUtil
-
Get the token from the Cloudmade server.
- getColor() - Method in class org.osmdroid.views.overlay.Polyline
-
- getController() - Method in interface org.osmdroid.api.IMapView
-
- getController() - Method in class org.osmdroid.views.MapView
-
- getCoordinatesFromMapTile(int, int, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getCurrentProvider() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getData() - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- getDatabaseFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getDatabaseFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- getDefaultMarker(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
- getDefaultStyle() - Static method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- getDescription() - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- getDiagonalLengthInMeters() - Method in class org.osmdroid.util.BoundingBox
-
- getDiagonalLengthInMeters() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getDisplayName() - Method in class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- getDraggableObjectAtPoint(MultiTouchController.PointInfo) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
-
See if there is a draggable object at the current point.
- getDraggableObjectAtPoint(MultiTouchController.PointInfo) - Method in class org.osmdroid.views.MapView
-
- getDrawable(String) - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getDrawable(InputStream) - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getDrawable(String) - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get a rendered Drawable from the specified file path.
- getDrawable(InputStream) - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get a rendered Drawable from the specified InputStream.
- getDrawable() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getDrawnItemsLimit() - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- getEnableAutoStop() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- getEventTime() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
- getExpirationExtendedDuration() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getExpirationExtendedDuration() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Returns the amount of time in ms added to server specified tile expiration time
Added as part of issue https://github.com/osmdroid/osmdroid/issues/490
- getExpirationOverrideDuration() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getExpirationOverrideDuration() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Optional period of time in ms that will override any downloaded tile's expiration timestamp
- getExpires() - Method in class org.osmdroid.tileprovider.MapTile
-
- getFileName(ITileSource, MapTile) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getFillColor() - Method in class org.osmdroid.views.overlay.Polygon
-
- getFocus() - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
- getFocusedItem() - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- getGEMFFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- getGeoPointOfRelativePositionWithExactGudermannInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBox
-
- getGeoPointOfRelativePositionWithExactGudermannInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getGeoPointOfRelativePositionWithLinearInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBox
-
- getGeoPointOfRelativePositionWithLinearInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getGpsWaitTime() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
default is 20 seconds
- getGpsWaitTime() - Method in interface org.osmdroid.config.IConfigurationProvider
-
The time we wait after the last gps location before using a non-gps location.
- getHandleSingleTouchEvents() - Method in class org.metalev.multitouch.controller.MultiTouchController
-
Whether to handle single-touch events/drags before multi-touch is initiated or not; if not, they are handled by subclasses.
- getHeight() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Gets the height of the mini-map in pixels
- getHeight() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getHerewegoMapId() - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- getHoles() - Method in class org.osmdroid.views.overlay.Polygon
-
- getHttpHeaderDateTimeFormat() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getHttpHeaderDateTimeFormat() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getID() - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- getImage(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getImage() - Method in class org.osmdroid.views.overlay.Marker
-
get the image to be shown in the InfoWindow - this is not the marker icon
- getInfoWindow() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- getInputStream(ITileSource, MapTile) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
Get the input stream for the requested tile.
- getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- getInputStream(int, int, int) - Method in class org.osmdroid.util.GEMFFile
-
- getInstance() - Static method in class org.osmdroid.config.Configuration
-
gets the current reference to the config provider.
- getInstance() - Static method in class org.osmdroid.tileprovider.BitmapPool
-
- getIntrinsicScreenRect(Rect) - Method in class org.osmdroid.views.MapView
-
- getIntrinsicScreenRect() - Method in class org.osmdroid.views.Projection
-
- getInvertedScaleRotateCanvasMatrix() - Method in class org.osmdroid.views.Projection
-
This will provide a Matrix that will revert the current map's scaling and rotation.
- getItem(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Returns the Item at the given index.
- getItems() - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- getLabel() - Method in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- getLastFix() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- getLastKnownLocation(LocationManager) - Static method in class org.osmdroid.util.LocationUtils
-
Get the most recent location from the GPS or Network provider.
- getLastKnownLocation() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- getLastKnownLocation() - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationProvider
-
- getLastKnownOrientation() - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- getLastKnownOrientation() - Method in interface org.osmdroid.views.overlay.compass.IOrientationProvider
-
- getLatitude() - Method in interface org.osmdroid.api.IGeoPoint
-
- getLatitude() - Method in class org.osmdroid.util.GeoPoint
-
- getLatitudeE6() - Method in interface org.osmdroid.api.IGeoPoint
-
Deprecated.
- getLatitudeE6() - Method in class org.osmdroid.util.GeoPoint
-
Deprecated.
- getLatitudeSpan() - Method in interface org.osmdroid.api.IMapView
-
Deprecated.
- getLatitudeSpan() - Method in class org.osmdroid.util.BoundingBox
-
- getLatitudeSpan() - Method in class org.osmdroid.views.MapView
-
- getLatitudeSpanDouble() - Method in interface org.osmdroid.api.IMapView
-
- getLatitudeSpanDouble() - Method in class org.osmdroid.views.MapView
-
- getLatitudeSpanE6() - Method in class org.osmdroid.util.BoundingBox
-
Deprecated.
- getLatitudeSpanE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getLatLonGrid(Context, MapView) - Static method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
- getLatNorth() - Method in class org.osmdroid.util.BoundingBox
-
- getLatNorthE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getLatSouth() - Method in class org.osmdroid.util.BoundingBox
-
- getLatSouthE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getLoadingBackgroundColor() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- getLoadingLineColor() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- getLocation() - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- getLocationSources() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
returns the live list of GPS sources that we accept, changing this list after startLocationProvider
has no effect unless startLocationProvider is called again
- getLocationUpdateMinDistance() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- getLocationUpdateMinTime() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- getLonEast() - Method in class org.osmdroid.util.BoundingBox
-
- getLonEastE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getLongitude() - Method in interface org.osmdroid.api.IGeoPoint
-
- getLongitude() - Method in class org.osmdroid.util.GeoPoint
-
- getLongitudeE6() - Method in interface org.osmdroid.api.IGeoPoint
-
Deprecated.
- getLongitudeE6() - Method in class org.osmdroid.util.GeoPoint
-
Deprecated.
- getLongitudeSpan() - Method in interface org.osmdroid.api.IMapView
-
Deprecated.
- getLongitudeSpan() - Method in class org.osmdroid.util.BoundingBox
-
- getLongitudeSpan() - Method in class org.osmdroid.views.MapView
-
- getLongitudeSpanDouble() - Method in interface org.osmdroid.api.IMapView
-
- getLongitudeSpanDouble() - Method in class org.osmdroid.views.MapView
-
- getLongitudeSpanE6() - Method in class org.osmdroid.util.BoundingBox
-
Deprecated.
- getLongitudeSpanE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getLonWest() - Method in class org.osmdroid.util.BoundingBox
-
- getLonWestE6() - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getMapBoxMapId() - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- getMapBoxMapId() - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- getMapCenter() - Method in interface org.osmdroid.api.IMapView
-
- getMapCenter() - Method in class org.osmdroid.views.MapView
-
Returns the current center-point position of the map, as a GeoPoint (latitude and longitude).
- getMapOrientation() - Method in class org.osmdroid.views.MapView
-
- getMapOrientation() - Method in class org.osmdroid.views.Projection
-
- getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileCache
-
- getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Attempts to get a Drawable that represents a
MapTile
.
- getMapTile() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getMapTileFromCoordinates(double, double, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getMapView() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
may return null if the info window hasn't been attached yet
- getMarker(int) - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getMarkerHotspot() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getMarkerReference() - Method in class org.osmdroid.views.overlay.infowindow.MarkerInfoWindow
-
reference to the Marker on which it is opened.
- getMaximumZoomLevel() - Static method in class microsoft.mappoint.TileSystem
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Gets the maximum zoom level this tile provider can provide
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Gets the maximum zoom level this tile provider can provide
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getMaximumZoomLevel() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get the maximum zoom level this tile source can provide.
- getMaximumZoomLevel() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- getMaxZoomLevel() - Method in interface org.osmdroid.api.IMapView
-
- getMaxZoomLevel() - Method in class org.osmdroid.views.MapView
-
Get the maximum allowed zoom level for the maps.
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Gets the minimum zoom level this tile provider can provide
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Gets the minimum zoom level this tile provider can provide
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getMinimumZoomLevel() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get the minimum zoom level this tile source can provide.
- getMinimumZoomLevel() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- getMinZoomLevel() - Method in class org.osmdroid.views.MapView
-
Get the minimum allowed zoom level for the maps.
- getMode() - Method in class org.metalev.multitouch.controller.MultiTouchController
-
- getMultiTouchAngle() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Calculate the angle of a multitouch event, and cache it.
- getMultiTouchDiameter() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Calculate the diameter of the multitouch event, and cache it.
- getMultiTouchDiameterSq() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Calculate the squared diameter of the multitouch event, and cache it.
- getMultiTouchHeight() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Difference between y coords of touchpoint 0 and 1.
- getMultiTouchWidth() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Difference between x coords of touchpoint 0 and 1.
- getMyLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
Return a GeoPoint of the last known location, or null if not known.
- getMyLocation() - Method in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- getMyLocationDrawingBounds(int, Location, Rect) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- getMyLocationProvider() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Gets the human-friendly name assigned to this tile provider.
- getName() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getName() - Method in class org.osmdroid.util.GEMFFile
-
- getName() - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- getNetworkAvailable() - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
-
- getNetworkAvailable() - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
-
- getNextProvider() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getNextSquareNumberAbove(float) - Static method in class org.osmdroid.views.util.MyMath
-
Calculates i.e.
- getNorthEast() - Method in interface org.osmdroid.api.IProjection
-
Get the coordinates of the most north-easterly visible point of the map.
- getNorthEast() - Method in class org.osmdroid.views.Projection
-
- getNumberOfPoints() - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- getNumberOfPoints() - Method in class org.osmdroid.views.overlay.Polyline
-
- getNumTouchPoints() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the total number of touch points
- getOpenedInfoWindowsOn(MapView) - Static method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
return all InfoWindows currently opened on this MapView
- getOrientation() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- getOrientationProvider() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- getOsmdroidBasePath() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getOsmdroidBasePath() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Base path for osmdroid files.
- getOsmdroidTileCache() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getOsmdroidTileCache() - Method in interface org.osmdroid.config.IConfigurationProvider
-
maps to getOsmdroidBasePath() + "/tiles"
Change the root path of the osmdroid tile cache.
- getOutlinePaint() - Method in class org.osmdroid.views.overlay.Polygon
-
- getOverlayManager() - Method in class org.osmdroid.views.MapView
-
- getOverlays() - Method in class org.osmdroid.views.MapView
-
You can add/remove/reorder your Overlays using the List of
Overlay
.
- getOvershootTileCache() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
Get the tile cache overshoot value.
- getPadding() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Gets the number of pixels from the lower-right corner to offset the mini-map
- getPaint() - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- getPaint() - Method in class org.osmdroid.views.overlay.Polyline
-
- getPoint() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getPointerIds() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the array of pointer ids -- only the first getNumTouchPoints() of these is defined.
- getPoints() - Method in class org.osmdroid.views.overlay.Polygon
-
- getPoints() - Method in class org.osmdroid.views.overlay.Polygon.LinearRing
-
- getPoints() - Method in class org.osmdroid.views.overlay.Polyline
-
- getPosition() - Method in class org.osmdroid.views.overlay.IconOverlay
-
- getPosition() - Method in class org.osmdroid.views.overlay.Marker
-
- getPositionAndScale(T, MultiTouchController.PositionAndScale) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
-
Get the screen coords of the dragged object's origin, and scale multiplier to convert screen coords to obj coords.
- getPositionAndScale(Object, MultiTouchController.PositionAndScale) - Method in class org.osmdroid.views.MapView
-
- getPressure() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the pressure the first touch point if there's only one, or the average pressure of first and second touch points if two or more.
- getPressures() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the array of pressures -- only the first getNumTouchPoints() of these is defined.
- getProjection() - Method in interface org.osmdroid.api.IMapView
-
- getProjection() - Method in class org.osmdroid.views.MapView
-
Get a projection for converting between screen-pixel coordinates and latitude/longitude
coordinates.
- getProviderExists(MapTileModuleProviderBase) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getQueueSize() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getQueueSize() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- getRelatedObject() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(double, double, PointF) - Method in class org.osmdroid.util.BoundingBox
-
- getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(int, int, PointF) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(double, double, PointF) - Method in class org.osmdroid.util.BoundingBox
-
- getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(int, int, PointF) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- getRotation() - Method in class org.osmdroid.views.overlay.Marker
-
- getRouteToPathExists(int) - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
-
- getRouteToPathExists(int) - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
-
- getRowCount(String) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
Returns the number of tiles in the cache for the specified tile source name
- getSafeMenuId() - Static method in class org.osmdroid.views.overlay.Overlay
-
Since the menu-chain will pass through several independent Overlays, menu IDs cannot be fixed
at compile time.
- getSafeMenuIdSequence(int) - Static method in class org.osmdroid.views.overlay.Overlay
-
- getScale() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
- getScaleX() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
Included in case you want to support anisotropic scaling
- getScaleY() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
Included in case you want to support anisotropic scaling
- getScreenRect(Rect) - Method in class org.osmdroid.views.MapView
-
Gets the current bounds of the screen in screen coordinates.
- getScreenRect() - Method in class org.osmdroid.views.Projection
-
- getScrollableAreaLimit() - Method in class org.osmdroid.views.MapView
-
- getScroller() - Method in class org.osmdroid.views.MapView
-
- getSdCardPath() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- getSelectedPoint() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- getSnippet() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getSnippet() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getSource() - Method in class org.osmdroid.events.ScrollEvent
-
- getSource() - Method in class org.osmdroid.events.ZoomEvent
-
- getSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.FileBasedTileSource
-
- getSources() - Method in class org.osmdroid.util.GEMFFile
-
- getSouthWest() - Method in interface org.osmdroid.api.IProjection
-
Get the coordinates of the most south-westerly visible point of the map.
- getSouthWest() - Method in class org.osmdroid.views.Projection
-
- getState() - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- getStorage() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
gets the best possible storage location by freespace
- getStorage(Context) - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
gets the best possible storage location by freespace
- getStorageList() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- getStrokeColor() - Method in class org.osmdroid.views.overlay.Polygon
-
- getStrokeWidth() - Method in class org.osmdroid.views.overlay.Polygon
-
- getStyle() - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- getStyle() - Method in interface org.osmdroid.tileprovider.tilesource.IStyledTileSource
-
- getSubDescription() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getTextLabelBackgroundColor() - Method in class org.osmdroid.views.overlay.Marker
-
- getTextLabelFontSize() - Method in class org.osmdroid.views.overlay.Marker
-
- getTextLabelForegroundColor() - Method in class org.osmdroid.views.overlay.Marker
-
- getTextPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Returns the paint used to draw the text
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Gets the name assigned to the thread for this provider.
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getTileDownloadMaxQueueSize() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileDownloadMaxQueueSize() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getTileDownloadThreads() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileDownloadThreads() - Method in interface org.osmdroid.config.IConfigurationProvider
-
number of tile download threads, conforming to OSM policy:
http://wiki.openstreetmap.org/wiki/Tile_usage_policy
default is 2
- getTileFileSystemCacheMaxBytes() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileFileSystemCacheMaxBytes() - Method in interface org.osmdroid.config.IConfigurationProvider
-
default is 600 Mb
- getTileFileSystemCacheTrimBytes() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileFileSystemCacheTrimBytes() - Method in interface org.osmdroid.config.IConfigurationProvider
-
When the cache size exceeds maxCacheSize, tiles will be automatically removed to reach this target.
- getTileFileSystemMaxQueueSize() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileFileSystemMaxQueueSize() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getTileFileSystemThreads() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getTileFileSystemThreads() - Method in interface org.osmdroid.config.IConfigurationProvider
-
used for both file system cache and the sqlite cache
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getTileProvider() - Method in class org.osmdroid.views.MapView
-
- getTileRelativeFilenameString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getTileRelativeFilenameString(MapTile) - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get a unique file path for the tile.
- getTileRelativeFilenameString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.TMSOnlineTileSourceBase
-
- getTileRemovedListener() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
-
- getTileRequestCompleteHandler() - Method in class org.osmdroid.views.MapView
-
- getTileSize() - Static method in class microsoft.mappoint.TileSystem
-
- getTileSize() - Static method in class org.osmdroid.util.TileSystem
-
- getTileSizePixels() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getTileSizePixels() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get the tile size in pixels this tile source provides.
- getTileSource() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Gets the tile source for this tile provider.
- getTileSource() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getTileSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Get the tile source with the specified name.
- getTileSource(int) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Deprecated.
- getTileSources() - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getTileSources() - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- getTileSources() - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
returns a list of tile source names that are available in the archive, if supported
- getTileSources() - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- getTileSources() - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- getTileSources() - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
returns all predefined tiles sources that are generally free to use.
- getTilesOverlay() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- getTilesOverlay() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
Gets the optional TilesOverlay class.
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
-
- getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.XYTileSource
-
- getTileWriter() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getTileWriter() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- getTileWriter() - Method in class org.osmdroid.tileprovider.MapTileProviderBasic
-
- getTitle() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getTitle() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getUid() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getUnitsOfMeasure() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Gets the units of measure to be shown in the scale bar
- getUsedCacheSpace() - Static method in class org.osmdroid.tileprovider.modules.TileWriter
-
Get the amount of disk space used by the tile cache.
- getUserAgentHttpHeader() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getUserAgentHttpHeader() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getUserAgentValue() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getUserAgentValue() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getUserAgentValue() - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
Deprecated.
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Returns true if implementation uses a data connection, false otherwise.
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- getView() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
Returns the Android view.
- getWidth() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Gets the width of the mini-map in pixels
- getWidth() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getWidth() - Method in class org.osmdroid.views.overlay.Polyline
-
- getWiFiNetworkAvailable() - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
-
- getWiFiNetworkAvailable() - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
-
- getX() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the X coord of the first touch point if there's only one, or the midpoint between first and second touch points if two or more.
- getX() - Method in class org.osmdroid.events.ScrollEvent
-
- getX() - Method in class org.osmdroid.tileprovider.MapTile
-
- getXOff() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
- getXs() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the array of X coords -- only the first getNumTouchPoints() of these is defined.
- getY() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the X coord of the first touch point if there's only one, or the midpoint between first and second touch points if two or more.
- getY() - Method in class org.osmdroid.events.ScrollEvent
-
- getY() - Method in class org.osmdroid.tileprovider.MapTile
-
- getYOff() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
- getYs() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Return the array of Y coords -- only the first getNumTouchPoints() of these is defined.
- getZipFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- getZoomDifference() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- getZoomLevel() - Method in interface org.osmdroid.api.IMapView
-
- getZoomLevel() - Method in class org.osmdroid.events.ZoomEvent
-
- getZoomLevel() - Method in class org.osmdroid.tileprovider.MapTile
-
- getZoomLevel() - Method in class org.osmdroid.views.MapView
-
Get the current ZoomLevel for the map tiles.
- getZoomLevel(boolean) - Method in class org.osmdroid.views.MapView
-
Get the current ZoomLevel for the map tiles.
- getZoomLevel() - Method in class org.osmdroid.views.Projection
-
- getZoomLevels() - Method in class org.osmdroid.util.GEMFFile
-
- GPS_WAIT_TIME - Static variable in interface org.osmdroid.util.constants.UtilConstants
-
Deprecated.
- GpsMyLocationProvider - Class in org.osmdroid.views.overlay.mylocation
-
location provider, by default, uses LocationManager#GPS_PROVIDER
and LocationManager#NETWORK_PROVIDER
- GpsMyLocationProvider(Context) - Constructor for class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- gpsWaitTime - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- GroundResolution(double, int) - Static method in class microsoft.mappoint.TileSystem
-
Determines the ground resolution (in meters per pixel) at a specified latitude and level of
detail.
- GroundResolution(double, int) - Static method in class org.osmdroid.util.TileSystem
-
- gudermann(double) - Static method in class org.osmdroid.util.MyMath
-
- gudermannInverse(double) - Static method in class org.osmdroid.util.MyMath
-
- IArchiveFile - Interface in org.osmdroid.tileprovider.modules
-
- IConfigurationProvider - Interface in org.osmdroid.config
-
Singleton class to get/set a configuration provider for osmdroid
Issue 481
Created on 11/29/2016.
- IconOverlay - Class in org.osmdroid.views.overlay
-
- IconOverlay() - Constructor for class org.osmdroid.views.overlay.IconOverlay
-
save to be called in non-gui-thread
- IconOverlay(IGeoPoint, Drawable) - Constructor for class org.osmdroid.views.overlay.IconOverlay
-
save to be called in non-gui-thread
- IFilesystemCache - Interface in org.osmdroid.tileprovider.modules
-
Represents a write-only interface into a file system cache.
- IGeoPoint - Interface in org.osmdroid.api
-
An interface that resembles the Google Maps API GeoPoint class.
- imageFilenameEnding() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- IMapController - Interface in org.osmdroid.api
-
An interface that resembles the Google Maps API MapController class and is implemented by the
osmdroid
MapController
class.
- IMapTileProviderCallback - Interface in org.osmdroid.tileprovider
-
- IMapView - Interface in org.osmdroid.api
-
An interface that resembles the Google Maps API MapView class
and is implemented by the osmdroid
MapView
class.
- importFromFileCache(boolean) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
a helper method to import file system stored map tiles into the sql tile cache
on successful import, the tiles are removed from the file system.
- IMyLocationConsumer - Interface in org.osmdroid.views.overlay.mylocation
-
- IMyLocationProvider - Interface in org.osmdroid.views.overlay.mylocation
-
- increaseByScale(float) - Method in class org.osmdroid.util.BoundingBox
-
- increaseByScale(float) - Method in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- INetworkAvailablityCheck - Interface in org.osmdroid.tileprovider.modules
-
- InfoWindow - Class in org.osmdroid.views.overlay.infowindow
-
- InfoWindow(int, MapView) - Constructor for class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- init(File) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- init(File) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- init(File) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
- init(File) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- init(File) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- initialiseLoop(int, int) - Method in class org.osmdroid.util.TileLooper
-
- initThread - Variable in class org.osmdroid.tileprovider.modules.TileWriter
-
- internal - Variable in class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- InternalCompassOrientationProvider - Class in org.osmdroid.views.overlay.compass
-
- InternalCompassOrientationProvider(Context) - Constructor for class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- invalidateMapCoordinates(Rect) - Method in class org.osmdroid.views.MapView
-
- invalidateMapCoordinates(int, int, int, int) - Method in class org.osmdroid.views.MapView
-
- INVERT_COLORS - Static variable in class org.osmdroid.views.overlay.TilesOverlay
-
provides a night mode like affect by inverting the map tile colors
- IO_BUFFER_SIZE - Static variable in class org.osmdroid.tileprovider.util.StreamUtils
-
- IOrientationConsumer - Interface in org.osmdroid.views.overlay.compass
-
- IOrientationProvider - Interface in org.osmdroid.views.overlay.compass
-
- IOverlayMenuProvider - Interface in org.osmdroid.views.overlay
-
- IProjection - Interface in org.osmdroid.api
-
An interface that resembles the Google Maps API Projection interface and is implemented by the
osmdroid
Projection
class.
- IRegisterReceiver - Interface in org.osmdroid.tileprovider
-
- isAnimating() - Method in class org.osmdroid.views.MapView
-
Determines if maps are animating a zoom operation.
- isAvailable() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- isBitmapValid() - Method in class org.osmdroid.tileprovider.ReusableBitmapDrawable
-
- isCloseTo(GeoPoint, double, MapView) - Method in class org.osmdroid.views.overlay.Polyline
-
Detection is done is screen coordinates.
- isCompassEnabled() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
If enabled, the map is receiving orientation updates and drawing your location on the map.
- isDebugMapTileDownloader() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isDebugMapTileDownloader() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- isDebugMapView() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isDebugMapView() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- isDebugMode() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isDebugMode() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- isDebugTileProviders() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isDebugTileProviders() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- isDown() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
- isDraggable() - Method in class org.osmdroid.views.overlay.Marker
-
- isDrawableExpired(Drawable) - Static method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- isDrawAccuracyEnabled() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
If enabled, an accuracy circle will be drawn around your current position.
- isEmpty() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- isEnabled() - Method in class org.osmdroid.views.overlay.Overlay
-
Specifies if the Overlay is marked to be enabled.
- isFileExtensionRegistered(String) - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
-
Returns true if and only if the extension (minus the ".") is registered, meaning that osmdroid
has a driver to read map tiles/data from that source.
- isFlat() - Method in class org.osmdroid.views.overlay.Marker
-
- isFlingEnabled() - Method in class org.osmdroid.views.MapView
-
- isFollowLocationEnabled() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
If enabled, the map will center on your current location and automatically scroll as you
move.
- isGeodesic() - Method in class org.osmdroid.views.overlay.Polyline
-
- isInfoWindowOpen() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- isInfoWindowShown() - Method in class org.osmdroid.views.overlay.Marker
-
- isLabelled() - Method in interface org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.PointAdapter
-
Whether this adapter has labels
- isLabelled() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- isLayoutOccurred() - Method in class org.osmdroid.views.MapView
-
- isMapViewHardwareAccelerated - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- isMapViewHardwareAccelerated() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isMapViewHardwareAccelerated() - Method in interface org.osmdroid.config.IConfigurationProvider
-
default is false
- isMultiTouch() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
True if number of touch points greater than or equal to 2.
- isMyLocationEnabled() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
If enabled, the map is receiving location updates and drawing your location on the map.
- isOpen() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- isOptionsMenuEnabled() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- isOptionsMenuEnabled() - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- isOptionsMenuEnabled() - Method in interface org.osmdroid.views.overlay.IOverlayMenuProvider
-
Can be used to signal to external callers that this Overlay should not be used for providing
option menu items.
- isOptionsMenuEnabled() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- isOptionsMenuEnabled() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- isOptionsMenuEnabled() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- isPinching() - Method in class org.metalev.multitouch.controller.MultiTouchController
-
Indicate if we are in the middle of a pinch action or not.
- isSdCardAvailable() - Static method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
-
whether the sdcard is mounted read/write
- isStateful() - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- isTilesScaledToDpi() - Method in class org.osmdroid.views.MapView
-
- IStyledTileSource<T> - Interface in org.osmdroid.tileprovider.tilesource
-
Tile sources that have a settable "style" attibute can implement this.
- isUsingBackingBitmap() - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
-
Allow forcing this overlay to skip drawing using backing Bitmap by returning false.
- isVisible() - Method in class org.osmdroid.views.overlay.Polygon
-
- isVisible() - Method in class org.osmdroid.views.overlay.Polyline
-
- isWritable() - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- isWritable(File) - Static method in class org.osmdroid.tileprovider.util.StorageUtils
-
- ITEM_STATE_FOCUSED_MASK - Static variable in class org.osmdroid.views.overlay.OverlayItem
-
- ITEM_STATE_PRESSED_MASK - Static variable in class org.osmdroid.views.overlay.OverlayItem
-
- ITEM_STATE_SELECTED_MASK - Static variable in class org.osmdroid.views.overlay.OverlayItem
-
- ItemizedIconOverlay<Item extends OverlayItem> - Class in org.osmdroid.views.overlay
-
- ItemizedIconOverlay(List<Item>, Drawable, ItemizedIconOverlay.OnItemGestureListener<Item>, Context) - Constructor for class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- ItemizedIconOverlay(List<Item>, ItemizedIconOverlay.OnItemGestureListener<Item>, Context) - Constructor for class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- ItemizedIconOverlay(Context, List<Item>, ItemizedIconOverlay.OnItemGestureListener<Item>) - Constructor for class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- ItemizedIconOverlay.ActiveItem - Interface in org.osmdroid.views.overlay
-
- ItemizedIconOverlay.OnItemGestureListener<T> - Interface in org.osmdroid.views.overlay
-
When the item is touched one of these methods may be invoked depending on the type of touch.
- ItemizedOverlay<Item extends OverlayItem> - Class in org.osmdroid.views.overlay
-
- ItemizedOverlay(Context, Drawable) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlay
-
Deprecated.
- ItemizedOverlay(Drawable) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlay
-
- ItemizedOverlay.OnFocusChangeListener - Interface in org.osmdroid.views.overlay
-
- ItemizedOverlayControlView - Class in org.osmdroid.views.overlay
-
- ItemizedOverlayControlView(Context, AttributeSet) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- ItemizedOverlayControlView.ItemizedOverlayControlViewListener - Interface in org.osmdroid.views.overlay
-
- ItemizedOverlayWithFocus<Item extends OverlayItem> - Class in org.osmdroid.views.overlay
-
- ItemizedOverlayWithFocus(Context, List<Item>, ItemizedIconOverlay.OnItemGestureListener<Item>) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- ItemizedOverlayWithFocus(List<Item>, ItemizedIconOverlay.OnItemGestureListener<Item>, Context) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- ItemizedOverlayWithFocus(List<Item>, Drawable, Drawable, int, ItemizedIconOverlay.OnItemGestureListener<Item>, Context) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- iterator() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
NOTE: this iterator will be called very frequently, avoid complicated code.
- ITileSource - Interface in org.osmdroid.tileprovider.tilesource
-
- mAccuracyPaint - Variable in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- mAlgorithm - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mAlpha - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mAlpha - Variable in class org.osmdroid.views.overlay.Marker
-
- mAnchorU - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mAnchorU - Variable in class org.osmdroid.views.overlay.Marker
-
- mAnchorV - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mAnchorV - Variable in class org.osmdroid.views.overlay.Marker
-
- ManifestUtil - Class in org.osmdroid.tileprovider.util
-
Utility class for reading the manifest
- ManifestUtil() - Constructor for class org.osmdroid.tileprovider.util.ManifestUtil
-
- MapAdapter - Class in org.osmdroid.events
-
- MapAdapter() - Constructor for class org.osmdroid.events.MapAdapter
-
- MapBoxTileSource - Class in org.osmdroid.tileprovider.tilesource
-
MapBox tile source, revised in 5.1 to not use static map ids or tokens
- MapBoxTileSource() - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
Creates a MapBox TileSource.
- MapBoxTileSource(Context) - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
creates a new mapbox tile source, loading the access token and mapid from the manifest
- MapBoxTileSource(String, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
creates a new mapbox tile source, using the specified access token and mapbox id
- MapBoxTileSource(String, int, int, int, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
TileSource allowing majority of options (sans url) to be user selected.
- MapBoxTileSource(String, int, int, int, String, String, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
TileSource allowing all options to be user selected.
- MapController - Class in org.osmdroid.views
-
- MapController(MapView) - Constructor for class org.osmdroid.views.MapController
-
- MapController.ZoomAnimationListener - Class in org.osmdroid.views
-
- MapEvent - Interface in org.osmdroid.events
-
- MapEventsOverlay - Class in org.osmdroid.views.overlay
-
Empty overlay than can be used to detect events on the map,
and to throw them to a MapEventsReceiver.
- MapEventsOverlay(Context, MapEventsReceiver) - Constructor for class org.osmdroid.views.overlay.MapEventsOverlay
-
Deprecated.
- MapEventsOverlay(MapEventsReceiver) - Constructor for class org.osmdroid.views.overlay.MapEventsOverlay
-
- MapEventsReceiver - Interface in org.osmdroid.events
-
Interface for objects that need to handle map events thrown by a MapEventsOverlay.
- MapListener - Interface in org.osmdroid.events
-
- MAPNIK - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
- MapQuestTileSource - Class in org.osmdroid.tileprovider.tilesource
-
MapQuest tile source, revised as 2016 July to meet the new way to access tiles, via api key
- MapQuestTileSource(Context) - Constructor for class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
creates a new mapbox tile source, loading the access token and mapid from the manifest
- MapQuestTileSource(String, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
creates a new mapbox tile source, using the specified access token and mapbox id
- MapQuestTileSource(String, int, int, int, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
TileSource allowing majority of options (sans url) to be user selected.
- MapQuestTileSource(String, int, int, int, String, String, String) - Constructor for class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
TileSource allowing all options to be user selected.
- MapScale(double, int, int) - Static method in class microsoft.mappoint.TileSystem
-
Determines the map scale at a specified latitude, level of detail, and screen resolution.
- MapScale(double, int, int) - Static method in class org.osmdroid.util.TileSystem
-
- MapSize(int) - Static method in class microsoft.mappoint.TileSystem
-
Determines the map width and height (in pixels) at a specified level of detail.
- MapSize(int) - Static method in class org.osmdroid.util.TileSystem
-
- MapTile - Class in org.osmdroid.tileprovider
-
A map tile is distributed using the observer pattern.
- MapTile(int, int, int) - Constructor for class org.osmdroid.tileprovider.MapTile
-
- MAPTILE_FAIL_ID - Static variable in class org.osmdroid.tileprovider.MapTile
-
- MAPTILE_SUCCESS_ID - Static variable in class org.osmdroid.tileprovider.MapTile
-
- MapTileAssetsProvider - Class in org.osmdroid.tileprovider.modules
-
Implements a file system cache and provides cached tiles from Assets.
- MapTileAssetsProvider(IRegisterReceiver, AssetManager) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- MapTileAssetsProvider(IRegisterReceiver, AssetManager, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- MapTileAssetsProvider(IRegisterReceiver, AssetManager, ITileSource, int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- MapTileAssetsProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- MapTileCache - Class in org.osmdroid.tileprovider
-
In memory cache of tiles
- MapTileCache() - Constructor for class org.osmdroid.tileprovider.MapTileCache
-
- MapTileCache(int) - Constructor for class org.osmdroid.tileprovider.MapTileCache
-
- MapTileDownloader - Class in org.osmdroid.tileprovider.modules
-
- MapTileDownloader(ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- MapTileDownloader(ITileSource, IFilesystemCache) - Constructor for class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- MapTileDownloader(ITileSource, IFilesystemCache, INetworkAvailablityCheck) - Constructor for class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- MapTileDownloader(ITileSource, IFilesystemCache, INetworkAvailablityCheck, int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- MapTileDownloader.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- MapTileFileArchiveProvider - Class in org.osmdroid.tileprovider.modules
-
A tile provider that can serve tiles from an archive using the supplied tile source.
- MapTileFileArchiveProvider(IRegisterReceiver, ITileSource, IArchiveFile[]) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
The tiles may be found on several media.
- MapTileFileArchiveProvider(IRegisterReceiver, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- MapTileFileArchiveProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- MapTileFileStorageProviderBase - Class in org.osmdroid.tileprovider.modules
-
- MapTileFileStorageProviderBase(IRegisterReceiver, int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
-
- MapTileFilesystemProvider - Class in org.osmdroid.tileprovider.modules
-
Implements a file system cache and provides cached tiles.
- MapTileFilesystemProvider(IRegisterReceiver) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- MapTileFilesystemProvider(IRegisterReceiver, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- MapTileFilesystemProvider(IRegisterReceiver, ITileSource, long) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- MapTileFilesystemProvider(IRegisterReceiver, ITileSource, long, int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
Provides a file system based cache tile provider.
- MapTileFilesystemProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- MapTileModuleProviderBase - Class in org.osmdroid.tileprovider.modules
-
An abstract base class for modular tile providers
- MapTileModuleProviderBase(int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- MapTileModuleProviderBase.CantContinueException - Exception in org.osmdroid.tileprovider.modules
-
Thrown by a tile provider module in TileLoader.loadTile() to signal that it can no longer
function properly.
- MapTileModuleProviderBase.TileLoader - Class in org.osmdroid.tileprovider.modules
-
Load the requested tile.
- MapTileProviderArray - Class in org.osmdroid.tileprovider
-
This top-level tile provider allows a consumer to provide an array of modular asynchronous tile
providers to be used to obtain map tiles.
- MapTileProviderArray(ITileSource, IRegisterReceiver) - Constructor for class org.osmdroid.tileprovider.MapTileProviderArray
-
- MapTileProviderArray(ITileSource, IRegisterReceiver, MapTileModuleProviderBase[]) - Constructor for class org.osmdroid.tileprovider.MapTileProviderArray
-
- MapTileProviderBase - Class in org.osmdroid.tileprovider
-
This is an abstract class.
- MapTileProviderBase(ITileSource) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBase
-
- MapTileProviderBase(ITileSource, Handler) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBase
-
- MapTileProviderBasic - Class in org.osmdroid.tileprovider
-
- MapTileProviderBasic(Context) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
-
- MapTileProviderBasic(Context, ITileSource) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
-
- MapTileProviderBasic(Context, ITileSource, IFilesystemCache) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
-
- MapTileProviderBasic(IRegisterReceiver, INetworkAvailablityCheck, ITileSource, Context, IFilesystemCache) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
-
- mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
-
The map tile request has completed.
- mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Called by implementation class methods indicating that they have completed the request as
best it can.
- mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
-
The map tile request has produced an expired tile.
- mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Called by implementation class methods indicating that they have produced an expired result
that can be used but better results may be delivered later.
- mapTileRequestFailed(MapTileRequestState) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
-
The map tile request has failed.
- mapTileRequestFailed(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mapTileRequestFailed(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Called by implementation class methods indicating that they have failed to retrieve the
requested map tile.
- MapTileRequestState - Class in org.osmdroid.tileprovider
-
- MapTileRequestState(MapTile, MapTileModuleProviderBase[], IMapTileProviderCallback) - Constructor for class org.osmdroid.tileprovider.MapTileRequestState
-
- MapTileSqlCacheProvider - Class in org.osmdroid.tileprovider.modules
-
Sqlite based tile cache mechansism
- MapTileSqlCacheProvider(IRegisterReceiver, ITileSource, long) - Constructor for class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
The tiles may be found on several media.
- MapTileSqlCacheProvider(IRegisterReceiver, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- MapTileSqlCacheProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- MapView - Class in org.osmdroid.views
-
This is the primary view for osmdroid
- MapView(Context, MapTileProviderBase, Handler, AttributeSet) - Constructor for class org.osmdroid.views.MapView
-
- MapView(Context, MapTileProviderBase, Handler, AttributeSet, boolean) - Constructor for class org.osmdroid.views.MapView
-
- MapView(Context, AttributeSet) - Constructor for class org.osmdroid.views.MapView
-
Constructor used by XML layout resource (uses default tile source).
- MapView(Context) - Constructor for class org.osmdroid.views.MapView
-
- MapView(Context, MapTileProviderBase) - Constructor for class org.osmdroid.views.MapView
-
- MapView(Context, MapTileProviderBase, Handler) - Constructor for class org.osmdroid.views.MapView
-
- MapView.LayoutParams - Class in org.osmdroid.views
-
Per-child layout information associated with OpenStreetMapView.
- MapView.OnFirstLayoutListener - Interface in org.osmdroid.views
-
- MapViewConstants - Interface in org.osmdroid.views.util.constants
-
This class contains constants used by the map view.
- Marker - Class in org.osmdroid.views.overlay
-
A marker is an icon placed at a particular point on the map's surface that can have a popup-
InfoWindow
(a bubble)
Mimics the Marker class from Google Maps Android API v2 as much as possible.
- Marker(MapView) - Constructor for class org.osmdroid.views.overlay.Marker
-
- Marker(MapView, Context) - Constructor for class org.osmdroid.views.overlay.Marker
-
- Marker.OnMarkerClickListener - Interface in org.osmdroid.views.overlay
-
- Marker.OnMarkerDragListener - Interface in org.osmdroid.views.overlay
-
- MarkerInfoWindow - Class in org.osmdroid.views.overlay.infowindow
-
- MarkerInfoWindow(int, MapView) - Constructor for class org.osmdroid.views.overlay.infowindow.MarkerInfoWindow
-
- markSupported() - Method in class org.osmdroid.util.GEMFFile.GEMFInputStream
-
- MathConstants - Interface in org.osmdroid.views.util.constants
-
- MAX_TOUCH_POINTS - Static variable in class org.metalev.multitouch.controller.MultiTouchController
-
The max number of touch points that can be present on the screen at once
- MAXIMUM_ZOOMLEVEL - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
-
- mBB - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- mBearing - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mBearing - Variable in class org.osmdroid.views.overlay.Marker
-
- mBearing - Variable in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- MBTilesFileArchive - Class in org.osmdroid.tileprovider.modules
-
supports raster imagery in the MBTiles 1.1 spec
https://sourceforge.net/p/mobac/code/HEAD/tree/trunk/MOBAC/src/main/java/mobac/program/atlascreators/MBTiles.java
https://github.com/mapbox/mbtiles-spec/tree/master/1.1
- MBTilesFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- mCachedTiles - Variable in class org.osmdroid.tileprovider.MapTileCache
-
- mCachedTilesLockObject - Variable in class org.osmdroid.tileprovider.MapTileCache
-
- mCellSize - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mCenterToButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mCirclePaint - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mCircleRadius - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mClickable - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mCompassFrameBitmap - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mCompassFrameCenterX - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mCompassFrameCenterY - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mCompassRoseBitmap - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mCompassRoseCenterX - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mCompassRoseCenterY - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mConvertedPoints - Variable in class org.osmdroid.views.overlay.Polygon.LinearRing
-
Stores points, converted to the map projection.
- mCtx - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- mDebugPaint - Variable in class org.osmdroid.views.overlay.TilesOverlay
-
- mDefaultIcon - Static variable in class org.osmdroid.views.overlay.Marker
-
- mDefaultInfoWindow - Static variable in class org.osmdroid.views.overlay.Marker
-
- mDefaultMarker - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
-
- mDescription - Variable in class org.osmdroid.views.overlay.FolderOverlay
-
- mDescriptionId - Static variable in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- mDescriptionPaint - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mDirectionArrowBitmap - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mDirectionArrowCenterX - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mDirectionArrowCenterY - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mDraggable - Variable in class org.osmdroid.views.overlay.Marker
-
- mDrawAccuracyEnabled - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mDrawFocusedItem - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
-
- MENU_COMPASS - Static variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- MENU_MAP_MODE - Static variable in class org.osmdroid.views.overlay.TilesOverlay
-
- MENU_MY_LOCATION - Static variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- MENU_OFFLINE - Static variable in class org.osmdroid.views.overlay.TilesOverlay
-
- MENU_TILE_SOURCE_STARTING_ID - Static variable in class org.osmdroid.views.overlay.TilesOverlay
-
- Mercator - Class in org.osmdroid.views.util
-
- METERS_PER_NAUTICAL_MILE - Static variable in interface org.osmdroid.util.constants.GeoConstants
-
- METERS_PER_STATUTE_MILE - Static variable in interface org.osmdroid.util.constants.GeoConstants
-
- metersToEquatorPixels(float) - Method in interface org.osmdroid.api.IProjection
-
Converts a distance in meters (along the equator) to one in (horizontal) pixels at the
current zoomlevel.
- metersToEquatorPixels(float) - Method in class org.osmdroid.views.Projection
-
- metersToPixels(float) - Method in class org.osmdroid.views.Projection
-
Converts a distance in meters to one in (horizontal) pixels at the current zoomlevel and at
the current latitude at the center of the screen.
- mFillPaint - Variable in class org.osmdroid.views.overlay.Polygon
-
Paint settings.
- mFlat - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mFlat - Variable in class org.osmdroid.views.overlay.Marker
-
- mFocusedItemIndex - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mFocusItemsOnTap - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mGeodesic - Variable in class org.osmdroid.views.overlay.Polyline
-
- mGeoPoint - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- mGeoPoints - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- mHotspotPlace - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- mIcon - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mIcon - Variable in class org.osmdroid.views.overlay.Marker
-
- microsoft.mappoint - package microsoft.mappoint
-
- mId - Variable in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- mImage - Variable in class org.osmdroid.views.overlay.Marker
-
- mImageFilenameEnding - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- mImageId - Static variable in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- mInfoWindow - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- MinimapOverlay - Class in org.osmdroid.views.overlay
-
Draws a mini-map as an overlay layer.
- MinimapOverlay(Context, Handler, MapTileProviderBase, int) - Constructor for class org.osmdroid.views.overlay.MinimapOverlay
-
- MinimapOverlay(Context, Handler, MapTileProviderBase) - Constructor for class org.osmdroid.views.overlay.MinimapOverlay
-
- MinimapOverlay(Context, Handler) - Constructor for class org.osmdroid.views.overlay.MinimapOverlay
-
- MINIMUM_ZOOMLEVEL - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
Minimum Zoom Level
- MINIMUM_ZOOMLEVEL - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
-
Minimum Zoom Level
- minZoom - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- mIsAnimating - Variable in class org.osmdroid.views.MapView
-
- mIsDragged - Variable in class org.osmdroid.views.overlay.Marker
-
- mIsFlinging - Variable in class org.osmdroid.views.MapView
-
- mIsFollowing - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mIsVisible - Variable in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- mItemList - Variable in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- mIWAnchorU - Variable in class org.osmdroid.views.overlay.Marker
-
- mIWAnchorV - Variable in class org.osmdroid.views.overlay.Marker
-
- mLabelPolicy - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mLatNorth - Variable in class org.osmdroid.util.BoundingBox
-
- mLatNorthE6 - Variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- mLatSouth - Variable in class org.osmdroid.util.BoundingBox
-
- mLatSouthE6 - Variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- mLis - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mListener - Variable in class org.osmdroid.views.MapView
-
- mLocation - Variable in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- mLocation - Variable in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- mLonEast - Variable in class org.osmdroid.util.BoundingBox
-
- mLonEastE6 - Variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- mLonWest - Variable in class org.osmdroid.util.BoundingBox
-
- mLonWestE6 - Variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- mLowerRight - Variable in class org.osmdroid.util.TileLooper
-
- mMapView - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mMapView - Variable in class org.osmdroid.views.MapController
-
- mMapView - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mMapView - Variable in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- mMapView - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mMarker - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- mMarkerBackgroundPaint - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mMarkerFocusedBackgroundColor - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mMarkerFocusedBase - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mMarkerRef - Variable in class org.osmdroid.views.overlay.infowindow.MarkerInfoWindow
-
- mMaximumZoomLevel - Variable in class org.osmdroid.views.MapView
-
- mMaxNShownLabels - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mMinimumZoomLevel - Variable in class org.osmdroid.views.MapView
-
- mMinZoomShowLabels - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mMultiTouchScale - Variable in class org.osmdroid.views.MapView
-
- mMultiTouchScale - Variable in class org.osmdroid.views.Projection
-
- mMultiTouchScalePoint - Variable in class org.osmdroid.views.MapView
-
- mMyLocationProvider - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mName - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- mName - Variable in class org.osmdroid.views.overlay.FolderOverlay
-
- mNavToButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mNextButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mod(int, int) - Static method in class org.osmdroid.util.MyMath
-
- mOffsetX - Variable in class org.osmdroid.views.Projection
-
- mOffsetY - Variable in class org.osmdroid.views.Projection
-
- mOnClickListener - Variable in class org.osmdroid.views.overlay.Polyline
-
- mOnItemGestureListener - Variable in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- mOnMarkerClickListener - Variable in class org.osmdroid.views.overlay.Marker
-
- mOnMarkerDragListener - Variable in class org.osmdroid.views.overlay.Marker
-
- mOrientationProvider - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mOriginalPoints - Variable in class org.osmdroid.views.overlay.Polygon.LinearRing
-
original GeoPoints
- mOutlinePaint - Variable in class org.osmdroid.views.overlay.Polygon
-
- mOverlayManager - Variable in class org.osmdroid.views.overlay.FolderOverlay
-
- moveTo(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.IconOverlay
-
- moveToEventPosition(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Marker
-
- mPaint - Variable in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- mPaint - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mPaint - Variable in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- mPaint - Variable in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
Paint settings.
- mPaint - Variable in class org.osmdroid.views.overlay.Polyline
-
- mPanToView - Variable in class org.osmdroid.views.overlay.Marker
-
- mPending - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- mPersonBitmap - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mPersonHotspot - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
Coordinates the feet of the person are located scaled for display density.
- mPointStyle - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mPool - Variable in class org.osmdroid.tileprovider.BitmapPool
-
- mPosition - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mPosition - Variable in class org.osmdroid.views.overlay.Marker
-
- mPositionPixels - Variable in class org.osmdroid.views.overlay.IconOverlay
-
- mPositionPixels - Variable in class org.osmdroid.views.overlay.Marker
-
- mPrecomputed - Variable in class org.osmdroid.views.overlay.Polygon.LinearRing
-
is precomputation of points done or not
- mPreviousButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mProgressDialog - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- mProjection - Variable in class org.osmdroid.views.MapView
-
- mQueueLockObject - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- mReferencePoint - Variable in class org.osmdroid.views.drawing.OsmPath
-
- mRegisterReceiver - Variable in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mRelatedObject - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- mRepeatPath - Variable in class org.osmdroid.views.overlay.Polyline
-
- mRotateScaleMatrix - Variable in class org.osmdroid.views.MapView
-
- mRotateScalePoint - Variable in class org.osmdroid.views.MapView
-
- mRotation - Variable in class org.osmdroid.views.overlay.gestures.RotationGestureDetector
-
- mScale - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mScale - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- mScrollableAreaBoundingBox - Variable in class org.osmdroid.views.MapView
-
- mScrollableAreaLimit - Variable in class org.osmdroid.views.MapView
-
- mSelectedCircleRadius - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mSelectedPointStyle - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mSnippet - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- mSnippet - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- mSubDescription - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- mSubDescriptionId - Static variable in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- mSymbol - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mTargetZoomLevel - Variable in class org.osmdroid.views.MapView
-
- mTextLabelBackgroundColor - Variable in class org.osmdroid.views.overlay.Marker
-
- mTextLabelFontSize - Variable in class org.osmdroid.views.overlay.Marker
-
- mTextLabelForegroundColor - Variable in class org.osmdroid.views.overlay.Marker
-
- mTextStyle - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mTileCache - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mTileNotFoundImage - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mTileProvider - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mTileProvider - Variable in class org.osmdroid.views.overlay.TilesOverlay
-
Current tile source
- mTileProviderList - Variable in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mTileRequestCompleteHandler - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mTileSize - Static variable in class microsoft.mappoint.TileSystem
-
- mTileWriter - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mTitle - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- mTitle - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- mTitleId - Static variable in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- mTitlePaint - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- mUid - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- MultiTouchController<T> - Class in org.metalev.multitouch.controller
-
A class that simplifies the implementation of multitouch in applications.
- MultiTouchController(MultiTouchController.MultiTouchObjectCanvas<T>) - Constructor for class org.metalev.multitouch.controller.MultiTouchController
-
Constructor that sets handleSingleTouchEvents to true
- MultiTouchController(MultiTouchController.MultiTouchObjectCanvas<T>, boolean) - Constructor for class org.metalev.multitouch.controller.MultiTouchController
-
Full constructor
- MultiTouchController.MultiTouchObjectCanvas<T> - Interface in org.metalev.multitouch.controller
-
- MultiTouchController.PointInfo - Class in org.metalev.multitouch.controller
-
A class that packages up all MotionEvent information with all derived multitouch information (if available)
- MultiTouchController.PositionAndScale - Class in org.metalev.multitouch.controller
-
A class that is used to store scroll offsets and scale information for objects that are managed by the multitouch controller
- multiTouchSupported - Static variable in class org.metalev.multitouch.controller.MultiTouchController
-
- mUpperLeft - Variable in class org.osmdroid.util.TileLooper
-
- mUseDataConnection - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mView - Variable in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- mWorking - Variable in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mWorking - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- MyLocationNewOverlay - Class in org.osmdroid.views.overlay.mylocation
-
- MyLocationNewOverlay(MapView) - Constructor for class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- MyLocationNewOverlay(IMyLocationProvider, MapView) - Constructor for class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- MyMath - Class in org.osmdroid.util
-
- MyMath - Class in org.osmdroid.views.util
-
- mZipFile - Variable in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- mZoomMax - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- mZoomMin - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- objectCanvas - Variable in class org.metalev.multitouch.controller.MultiTouchController
-
- obtainBitmapFromPool() - Method in class org.osmdroid.tileprovider.BitmapPool
-
- obtainSizedBitmapFromPool(int, int) - Method in class org.osmdroid.tileprovider.BitmapPool
-
- OfflineTileProvider - Class in org.osmdroid.tileprovider.modules
-
Causes Osmdroid to load from tiles from only the referenced file sources and
no where else.
- OfflineTileProvider(IRegisterReceiver, File[]) - Constructor for class org.osmdroid.tileprovider.modules.OfflineTileProvider
-
- offsetX - Variable in class org.osmdroid.views.MapView.LayoutParams
-
- offsetY - Variable in class org.osmdroid.views.MapView.LayoutParams
-
- onAccuracyChanged(Sensor, int) - Method in class org.osmdroid.SensorEventListenerProxy
-
- onAccuracyChanged(Sensor, int) - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- onAnimationEnd() - Method in class org.osmdroid.views.MapController
-
- onAnimationEnd(Animation) - Method in class org.osmdroid.views.MapController.ZoomAnimationListener
-
- onAnimationRepeat(Animation) - Method in class org.osmdroid.views.MapController.ZoomAnimationListener
-
- onAnimationStart() - Method in class org.osmdroid.views.MapController
-
- onAnimationStart(Animation) - Method in class org.osmdroid.views.MapController.ZoomAnimationListener
-
- onCenter() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
-
- onClick(Polyline, MapView, GeoPoint) - Method in interface org.osmdroid.views.overlay.Polyline.OnClickListener
-
- onClick(SimpleFastPointOverlay.PointAdapter, Integer) - Method in interface org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.OnClickListener
-
- onClickDefault(Polyline, MapView, GeoPoint) - Method in class org.osmdroid.views.overlay.Polyline
-
default behaviour when no click listener is set
- onClose() - Method in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- onClose() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- onClose() - Method in class org.osmdroid.views.overlay.infowindow.MarkerInfoWindow
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in interface org.osmdroid.views.overlay.IOverlayMenuProvider
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- onDestroy() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- onDetach() - Method in interface org.osmdroid.tileprovider.modules.IFilesystemCache
-
Used when the map engine is shutdown, use it to perform any clean up activities and to terminate
any background threads
- onDetach() - Method in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- onDetach() - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- onDetach() - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- onDetach() - Method in class org.osmdroid.views.MapView
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onDetach() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
this destroys the window and all references to views
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.Marker
-
Null out the static references when the MapView is detached to prevent memory leaks.
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
Override to perform clean up of resources before shutdown.
- onDetach(MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.Polygon
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.Polyline
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- onDetach(MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- onDetachedFromWindow() - Method in class org.osmdroid.views.MapView
-
- onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onDoubleTap(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onDoubleTapEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onDoubleTapEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onDoubleTapEvent(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onDown(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onDown(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onDown(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onDraw(Canvas, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onDraw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
-
- onDraw(Canvas, Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
-
Override if you really want access to the original (possibly) accelerated canvas.
- onDraw(Canvas, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onDrawCycle(Projection) - Method in class org.osmdroid.views.drawing.OsmBitmapShader
-
- onDrawCycle(Projection) - Method in class org.osmdroid.views.drawing.OsmPath
-
Call this method at the beginning of every draw() call.
- onDrawItem(Canvas, Item, Point, float) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Draws an item located at the provided screen coordinates to the canvas.
- ONE_DAY - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ONE_HOUR - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ONE_MINUTE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ONE_SECOND - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ONE_WEEK - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ONE_YEAR - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- onFirstLayout(View, int, int, int, int) - Method in class org.osmdroid.views.MapController
-
- onFirstLayout(View, int, int, int, int) - Method in interface org.osmdroid.views.MapView.OnFirstLayoutListener
-
this generally means that the map is ready to go
- onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onFocusChanged(ItemizedOverlay<?>, OverlayItem) - Method in interface org.osmdroid.views.overlay.ItemizedOverlay.OnFocusChangeListener
-
- onItemLongPress(int, T) - Method in interface org.osmdroid.views.overlay.ItemizedIconOverlay.OnItemGestureListener
-
- onItemSingleTapUp(int, T) - Method in interface org.osmdroid.views.overlay.ItemizedIconOverlay.OnItemGestureListener
-
- onKeyDown(int, KeyEvent) - Method in class org.osmdroid.views.MapView
-
- onKeyDown(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onKeyDown(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onKeyDown(int, KeyEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onKeyUp(int, KeyEvent) - Method in class org.osmdroid.views.MapView
-
- onKeyUp(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onKeyUp(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onKeyUp(int, KeyEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onLayout(boolean, int, int, int, int) - Method in class org.osmdroid.views.MapView
-
- OnlineTileSourceBase - Class in org.osmdroid.tileprovider.tilesource
-
- OnlineTileSourceBase(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
-
Constructor
- onLocationChanged(Location) - Method in class org.osmdroid.LocationListenerProxy
-
- onLocationChanged(Location) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- onLocationChanged(Location, IMyLocationProvider) - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationConsumer
-
Call when a provider has a new location to consume.
- onLocationChanged(Location, IMyLocationProvider) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
By default does nothing (return false
).
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MapEventsOverlay
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Marker
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onLongPress(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onLongPressHelper(int, Item) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- onMarkerClick(Marker, MapView) - Method in interface org.osmdroid.views.overlay.Marker.OnMarkerClickListener
-
- onMarkerClickDefault(Marker, MapView) - Method in class org.osmdroid.views.overlay.Marker
-
default behaviour when no click listener is set
- onMarkerClicked(MapView, int, IGeoPoint, DataType) - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- onMarkerDrag(Marker) - Method in interface org.osmdroid.views.overlay.Marker.OnMarkerDragListener
-
- onMarkerDragEnd(Marker) - Method in interface org.osmdroid.views.overlay.Marker.OnMarkerDragListener
-
- onMarkerDragStart(Marker) - Method in interface org.osmdroid.views.overlay.Marker.OnMarkerDragListener
-
- onMarkerLongPress(MapView, int, IGeoPoint, Object) - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- onMeasure(int, int) - Method in class org.osmdroid.views.MapView
-
- onMediaMounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- onMediaMounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
-
- onMediaMounted() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- onMediaUnmounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- onMediaUnmounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
-
- onMediaUnmounted() - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- onNavTo() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
-
- onNext() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
-
- onOpen(Object) - Method in class org.osmdroid.views.overlay.infowindow.BasicInfoWindow
-
- onOpen(Object) - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- onOpen(Object) - Method in class org.osmdroid.views.overlay.infowindow.MarkerInfoWindow
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in interface org.osmdroid.views.overlay.IOverlayMenuProvider
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onOptionsItemSelected(MenuItem, int, MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- onOrientationChanged(float, IOrientationProvider) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onOrientationChanged(float, IOrientationProvider) - Method in interface org.osmdroid.views.overlay.compass.IOrientationConsumer
-
- onPostExecute(Integer) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CleaningTask
-
- onPostExecute(Integer) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
- onPreExecute() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- onPreExecute() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CleaningTask
-
- onPreExecute() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in interface org.osmdroid.views.overlay.IOverlayMenuProvider
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onPrepareOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- onPrevious() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
-
- onProgressUpdate(Integer...) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- onProviderDisabled(String) - Method in class org.osmdroid.LocationListenerProxy
-
- onProviderDisabled(String) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- onProviderEnabled(String) - Method in class org.osmdroid.LocationListenerProxy
-
- onProviderEnabled(String) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- onRotate(float) - Method in interface org.osmdroid.views.overlay.gestures.RotationGestureDetector.RotationListener
-
- onRotate(float) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onScroll(ScrollEvent) - Method in class org.osmdroid.events.DelayedMapListener
-
- onScroll(ScrollEvent) - Method in class org.osmdroid.events.MapAdapter
-
- onScroll(ScrollEvent) - Method in interface org.osmdroid.events.MapListener
-
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onScroll(MotionEvent, MotionEvent, float, float, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onSensorChanged(SensorEvent) - Method in class org.osmdroid.SensorEventListenerProxy
-
- onSensorChanged(SensorEvent) - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- onShowPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onShowPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
- onShowPress(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
Each of these methods performs a item sensitive check.
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MapEventsOverlay
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Marker
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onSingleTapConfirmed(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Polygon
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Polyline
-
- onSingleTapConfirmed(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
Default action on tap is to select the nearest point.
- onSingleTapUp(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onSingleTapUp(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- onSingleTapUp(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- onSingleTapUp(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onSingleTapUp(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onSingleTapUpHelper(int, Item, MapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- onSingleTapUpHelper(int, Item, MapView) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- onSnapToItem(int, int, Point, IMapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onSnapToItem(int, int, Point, IMapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- onSnapToItem(int, int, Point, IMapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onSnapToItem(int, int, Point, IMapView) - Method in interface org.osmdroid.views.overlay.Overlay.Snappable
-
Checks to see if the given x and y are close enough to an item resulting in snapping the
current action (e.g.
- onSnapToItem(int, int, Point, IMapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onStatusChanged(String, int, Bundle) - Method in class org.osmdroid.LocationListenerProxy
-
- onStatusChanged(String, int, Bundle) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- onTap(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Override this method to handle a "tap" on an item.
- onTaskComplete() - Method in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback
-
fired when the download job is done.
- onTaskFailed(int) - Method in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback
-
this is fired when the task has been completed but had at least one download error.
- onTileLoaderInit() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
-
- onTileLoaderShutdown() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
-
- onTileReadyToDraw(Canvas, Drawable, Rect) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- onTileReadyToDraw(Canvas, Drawable, Rect) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- onTileRemoved(MapTile) - Method in interface org.osmdroid.tileprovider.LRUMapTileCache.TileRemovedListener
-
- onTouch(MotionEvent) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureDetector
-
- onTouchEvent(MotionEvent) - Method in class org.metalev.multitouch.controller.MultiTouchController
-
Process incoming touch events
- onTouchEvent(MotionEvent) - Method in class org.osmdroid.views.MapView
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Marker
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
You can prevent all(!) other Touch-related events from happening!
By default does nothing (return false
).
- onTouchEvent(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- onTrackballEvent(MotionEvent) - Method in class org.osmdroid.views.MapView
-
- onTrackballEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onTrackballEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
-
By default does nothing (return false
).
- onTrackballEvent(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onZoom(ZoomEvent) - Method in class org.osmdroid.events.DelayedMapListener
-
- onZoom(ZoomEvent) - Method in class org.osmdroid.events.MapAdapter
-
- onZoom(ZoomEvent) - Method in interface org.osmdroid.events.MapListener
-
- open(Object, GeoPoint, int, int) - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
open the InfoWindow at the specified GeoPosition + offset.
- OPEN_SEAMAP - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
This is actually another tile overlay
- OpenStreetMapTileProviderConstants - Class in org.osmdroid.tileprovider.constants
-
This class contains constants used by the tile provider.
- OpenStreetMapTileProviderConstants() - Constructor for class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
- ordinal() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- ordinal() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Deprecated.
- org.metalev.multitouch.controller - package org.metalev.multitouch.controller
-
Originally sourced from Luke Hatch's Multitouch controller
https://github.com/lukehutch/android-multitouch-controller
- org.osmdroid - package org.osmdroid
-
This package contains all of the osmdroid library api classes and implementations
- org.osmdroid.api - package org.osmdroid.api
-
osmdroid's interface abstractions
- org.osmdroid.config - package org.osmdroid.config
-
- org.osmdroid.events - package org.osmdroid.events
-
Maps events that user's of osmdroid can subscribe to
- org.osmdroid.tileprovider - package org.osmdroid.tileprovider
-
osmdroid's tile sources, loading, caching, downloading classes
- org.osmdroid.tileprovider.cachemanager - package org.osmdroid.tileprovider.cachemanager
-
- org.osmdroid.tileprovider.constants - package org.osmdroid.tileprovider.constants
-
- org.osmdroid.tileprovider.modules - package org.osmdroid.tileprovider.modules
-
- org.osmdroid.tileprovider.tilesource - package org.osmdroid.tileprovider.tilesource
-
- org.osmdroid.tileprovider.util - package org.osmdroid.tileprovider.util
-
- org.osmdroid.util - package org.osmdroid.util
-
osmdroid contains a number of key classes for osmdroid that didn't call into any other category
- org.osmdroid.util.constants - package org.osmdroid.util.constants
-
- org.osmdroid.views - package org.osmdroid.views
-
- org.osmdroid.views.drawing - package org.osmdroid.views.drawing
-
- org.osmdroid.views.overlay - package org.osmdroid.views.overlay
-
- org.osmdroid.views.overlay.compass - package org.osmdroid.views.overlay.compass
-
- org.osmdroid.views.overlay.gestures - package org.osmdroid.views.overlay.gestures
-
- org.osmdroid.views.overlay.gridlines - package org.osmdroid.views.overlay.gridlines
-
- org.osmdroid.views.overlay.infowindow - package org.osmdroid.views.overlay.infowindow
-
- org.osmdroid.views.overlay.mylocation - package org.osmdroid.views.overlay.mylocation
-
- org.osmdroid.views.overlay.simplefastpoint - package org.osmdroid.views.overlay.simplefastpoint
-
- org.osmdroid.views.util - package org.osmdroid.views.util
-
- org.osmdroid.views.util.constants - package org.osmdroid.views.util.constants
-
- OsmBitmapShader - Class in org.osmdroid.views.drawing
-
- OsmBitmapShader(Bitmap, TileMode, TileMode) - Constructor for class org.osmdroid.views.drawing.OsmBitmapShader
-
- osmdroidBasePath - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- osmdroidTileCache - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- OsmPath - Class in org.osmdroid.views.drawing
-
Since the osmdroid canvas coordinate system is changing with every scroll, the x/y coordinates of
lat/long points is also always changing.
- OsmPath() - Constructor for class org.osmdroid.views.drawing.OsmPath
-
- OsmPath(Path) - Constructor for class org.osmdroid.views.drawing.OsmPath
-
- Overlay - Class in org.osmdroid.views.overlay
-
Overlay
: Base class representing an overlay which may be displayed on top of a
MapView
.
- Overlay(Context) - Constructor for class org.osmdroid.views.overlay.Overlay
-
Deprecated.
- Overlay() - Constructor for class org.osmdroid.views.overlay.Overlay
-
- Overlay.Snappable - Interface in org.osmdroid.views.overlay
-
Interface definition for overlays that contain items that can be snapped to (for example,
when the user invokes a zoom, this could be called allowing the user to snap the zoom to an
interesting point.)
- OverlayConstants - Interface in org.osmdroid.views.util.constants
-
This class contains constants used by the overlays.
- OverlayItem - Class in org.osmdroid.views.overlay
-
- OverlayItem(String, String, IGeoPoint) - Constructor for class org.osmdroid.views.overlay.OverlayItem
-
- OverlayItem(String, String, String, IGeoPoint) - Constructor for class org.osmdroid.views.overlay.OverlayItem
-
- OverlayItem.HotspotPlace - Enum in org.osmdroid.views.overlay
-
Indicates a hotspot for an area.
- OverlayManager - Interface in org.osmdroid.views.overlay
-
- overlays() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- overlays() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- overlaysReversed() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- overlaysReversed() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- OverlayWithIW - Class in org.osmdroid.views.overlay
-
- OverlayWithIW(Context) - Constructor for class org.osmdroid.views.overlay.OverlayWithIW
-
Deprecated.
- OverlayWithIW() - Constructor for class org.osmdroid.views.overlay.OverlayWithIW
-
- save(Context, SharedPreferences) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- save(Context, SharedPreferences) - Method in interface org.osmdroid.config.IConfigurationProvider
-
saves the current configuration to the shared preference location
- saveFile(ITileSource, MapTile, InputStream) - Method in interface org.osmdroid.tileprovider.modules.IFilesystemCache
-
Save an InputStream as the specified tile in the file system cache for the specified tile
source.
- saveFile(ITileSource, MapTile, InputStream) - Method in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- saveFile(ITileSource, MapTile, InputStream) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- saveFile(ITileSource, MapTile, InputStream) - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- scaleBarLengthText(int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- ScaleBarOverlay - Class in org.osmdroid.views.overlay
-
- ScaleBarOverlay(MapView) - Constructor for class org.osmdroid.views.overlay.ScaleBarOverlay
-
- ScaleBarOverlay.UnitsOfMeasure - Enum in org.osmdroid.views.overlay
-
- scaleX - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
-
- scaleY - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
-
- screenHeight - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- screenWidth - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- scrollBy(int, int) - Method in interface org.osmdroid.api.IMapController
-
- scrollBy(int, int) - Method in class org.osmdroid.views.MapController
-
- ScrollEvent - Class in org.osmdroid.events
-
- ScrollEvent(MapView, int, int) - Constructor for class org.osmdroid.events.ScrollEvent
-
- scrollTo(int, int) - Method in class org.osmdroid.views.MapView
-
- SD_CARD - Static variable in class org.osmdroid.tileprovider.util.StorageUtils
-
- selectObject(T, MultiTouchController.PointInfo) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
-
Select an object at the given point.
- selectObject(Object, MultiTouchController.PointInfo) - Method in class org.osmdroid.views.MapView
-
- selectSource(int) - Method in class org.osmdroid.util.GEMFFile
-
- SensorEventListenerProxy - Class in org.osmdroid
-
- SensorEventListenerProxy(SensorManager) - Constructor for class org.osmdroid.SensorEventListenerProxy
-
- serialVersionUID - Static variable in class org.osmdroid.util.BoundingBox
-
- serialVersionUID - Static variable in class org.osmdroid.util.BoundingBoxE6
-
Deprecated.
- serialVersionUID - Static variable in class org.osmdroid.util.GeoPoint
-
- set(MultiTouchController.PointInfo) - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
Copy all fields from one PointInfo class to another.
- set(float, float, boolean, float, boolean, float, float, boolean, float) - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
Set position and optionally scale, anisotropic scale, and/or angle.
- set(float, float, float, float, float, float) - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
-
Set position and optionally scale, anisotropic scale, and/or angle, without changing the "update" flags.
- set(int, IGeoPoint, Drawable, DataType) - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
used to recycle this
- set(int, Overlay) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- set(IGeoPoint, Drawable) - Method in class org.osmdroid.views.overlay.IconOverlay
-
- set(int, Overlay) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- setAccessToken(String) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- setAccessToken(String) - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- setAccuracy(int) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- setAlgorithm(SimpleFastPointOverlayOptions.RenderingAlgorithm) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the rendering algorithm.
- setAlignBottom(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- setAlignRight(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- setAlpha(float) - Method in class org.osmdroid.views.overlay.Marker
-
- setAlpha(int) - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- setAltitude(double) - Method in class org.osmdroid.util.GeoPoint
-
- setAnchor(float, float) - Method in class org.osmdroid.views.overlay.Marker
-
- setAppCode(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setAppId(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setBackgroundColor(int) - Method in interface org.osmdroid.api.IMapView
-
- setBackgroundColor(int) - Method in class org.osmdroid.views.MapView
-
- setBackgroundPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the background paint.
- setBarPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the paint for drawing the bar
- setBearing(float) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- setBuiltInZoomControls(boolean) - Method in class org.osmdroid.views.MapView
-
- setCacheMapTileCount(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setCacheMapTileCount(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setCellSize(int) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the grid cell size used for indexing, in pixels.
- setCenter(IGeoPoint) - Method in interface org.osmdroid.api.IMapController
-
- setCenter(IGeoPoint) - Method in class org.osmdroid.views.MapController
-
Set the map view to the given center.
- setCentred(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Flag to draw the bar centered around the set offset coordinates or to the right/bottom of the
coordinates (default)
- setCloudmadeKey(String) - Static method in class org.osmdroid.tileprovider.util.CloudmadeUtil
-
Get the key that was previously retrieved from the manifest.
- setColor(int) - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- setColor(int) - Method in class org.osmdroid.views.overlay.Polyline
-
- setColorFilter(ColorFilter) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
sets the current color filter, which is applied to tiles before being drawn to the screen.
- setCompassCenter(float, float) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- setConfigurationProvider(IConfigurationProvider) - Static method in class org.osmdroid.config.Configuration
-
Note, this should be called before any instances of MapView are created (either programmatically
or via android's inflater
- setCoords(double, double) - Method in class org.osmdroid.util.GeoPoint
-
- setDebugMapTileDownloader(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setDebugMapTileDownloader(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setDebugMapView(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setDebugMapView(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setDebugMode(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setDebugMode(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setDebugTileProviders(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setDebugTileProviders(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setDescription(String) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- setDescriptionBoxCornerWidth(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default 3
- setDescriptionBoxPadding(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is 3 pixels
- setDescriptionLineHeight(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is 30
- setDescriptionMaxWidth(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
in pixels, default is 600
- setDescriptionTitleExtraLineHeight(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is 2
- setDirectionArrow(Bitmap) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
fix for https://github.com/osmdroid/osmdroid/issues/249
- setDirectionArrow(Bitmap, Bitmap) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
fix for https://github.com/osmdroid/osmdroid/issues/249
- setDomainOverride(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setDraggable(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- setDrawableExpired(Drawable) - Static method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- setDrawAccuracyEnabled(boolean) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
If enabled, an accuracy circle will be drawn around your current position.
- setDrawFocusedItem(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Set whether or not to draw the focused item.
- setDrawnItemsLimit(int) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- setEnableAdjustLength(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
If enabled, the bar will automatically adjust the length to reflect a round number (starting
with 1, 2 or 5).
- setEnableAutoStop(boolean) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- setEnabled(boolean) - Method in class org.osmdroid.views.overlay.Overlay
-
Sets whether the Overlay is marked to be enabled.
- setExpirationExtendedDuration(long) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setExpirationExtendedDuration(long) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setExpirationOverrideDuration(Long) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setExpirationOverrideDuration(Long) - Method in interface org.osmdroid.config.IConfigurationProvider
-
Optional period of time in ms that will override any downloaded tile's expiration timestamp
- setExpires(Date) - Method in class org.osmdroid.tileprovider.MapTile
-
- setFillColor(int) - Method in class org.osmdroid.views.overlay.Polygon
-
- setFlat(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- setFlingEnabled(boolean) - Method in class org.osmdroid.views.MapView
-
- setFocus(Item) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
If the given Item is found in the overlay, force it to be the current focus-bearer.
- setFocusedItem(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- setFocusedItem(Item) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- setFocusItemsOnTap(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- setFontSize(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is 14
- setGeodesic(boolean) - Method in class org.osmdroid.views.overlay.Polyline
-
Sets whether to draw each segment of the line as a geodesic or not.
- setGpsWaitTime(long) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setGpsWaitTime(long) - Method in interface org.osmdroid.config.IConfigurationProvider
-
The time we wait after the last gps location before using a non-gps location.
- setHandleSingleTouchEvents(boolean) - Method in class org.metalev.multitouch.controller.MultiTouchController
-
Whether to handle single-touch events/drags before multi-touch is initiated or not; if not, they are handled by subclasses.
- setHeight(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Sets the height of the mini-map in pixels
- setHereWeGoMapid(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setHoles(List<? extends List<GeoPoint>>) - Method in class org.osmdroid.views.overlay.Polygon
-
- setHttpHeaderDateTimeFormat(SimpleDateFormat) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setHttpHeaderDateTimeFormat(SimpleDateFormat) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setIcon(Drawable) - Method in class org.osmdroid.views.overlay.Marker
-
Sets the icon for the marker.
- setImage(Drawable) - Method in class org.osmdroid.views.overlay.Marker
-
set an image to be shown in the InfoWindow - this is not the marker icon
- setInfoWindow(MarkerInfoWindow) - Method in class org.osmdroid.views.overlay.Marker
-
Set the InfoWindow to be used.
- setInfoWindow(InfoWindow) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
By default, OverlayWithIW has no InfoWindow.
- setInfoWindowAnchor(float, float) - Method in class org.osmdroid.views.overlay.Marker
-
- setIsClickable(boolean) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets whether this overlay is clickable or not.
- setItemizedOverlayControlViewListener(ItemizedOverlayControlView.ItemizedOverlayControlViewListener) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- setLabel(String) - Method in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- setLabelPolicy(SimpleFastPointOverlayOptions.LabelPolicy) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the policy for displaying point labels.
- setLatitude(double) - Method in class org.osmdroid.util.GeoPoint
-
- setLineWidth(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the bar's line width.
- setLoadingBackgroundColor(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
Set the color to use to draw the background while we're waiting for the tile to load.
- setLoadingDrawable(Drawable) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
See issue https://github.com/osmdroid/osmdroid/issues/330
customizable override for the grey grid
- setLoadingLineColor(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- setLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- setLocation(Location) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- setLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- setLocationUpdateMinDistance(float) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
Set the minimum distance for location updates.
- setLocationUpdateMinTime(long) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
Set the minimum interval for location updates.
- setLongitude(double) - Method in class org.osmdroid.util.GeoPoint
-
- setMapboxMapid(String) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- setMapboxMapid(String) - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- setMapCenter(IGeoPoint) - Method in class org.osmdroid.views.MapView
-
- setMapCenter(int, int) - Method in class org.osmdroid.views.MapView
-
- setMapCenter(double, double) - Method in class org.osmdroid.views.MapView
-
- setMapListener(MapListener) - Method in class org.osmdroid.views.MapView
-
- setMapOrientation(float) - Method in class org.osmdroid.views.MapView
-
rotates the map to the desired heading
- setMapViewHardwareAccelerated(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setMapViewHardwareAccelerated(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
must be set before the mapview is created or inflated from a layout.
- setMarker(Drawable) - Method in class org.osmdroid.views.overlay.OverlayItem
-
- setMarkerBackgroundColor(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is a green like color
- setMarkerDescriptionForegroundColor(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- setMarkerHotspot(OverlayItem.HotspotPlace) - Method in class org.osmdroid.views.overlay.OverlayItem
-
- setMarkerTitleForegroundColor(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
- setMaxLength(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the maximum bar length.
- setMaxNShownLabels(int) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the threshold (nr.
- setMaxZoomLevel(Integer) - Method in class org.osmdroid.views.MapView
-
Set the maximum allowed zoom level, or pass null to use the maximum zoom level from the tile
provider.
- setMinZoom(int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the minimum zoom level for the scale bar to be drawn.
- setMinZoomLevel(Integer) - Method in class org.osmdroid.views.MapView
-
Set the minimum allowed zoom level, or pass null to use the minimum zoom level from the tile
provider.
- setMinZoomShowLabels(int) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the minimum zoom level at which the labels should be drawn.
- setMultiTouchControls(boolean) - Method in class org.osmdroid.views.MapView
-
- setMyLocationProvider(IMyLocationProvider) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- setName(String) - Method in class org.osmdroid.views.overlay.FolderOverlay
-
- setNavToVisible(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- setNextEnabled(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- setOnClickListener(Polyline.OnClickListener) - Method in class org.osmdroid.views.overlay.Polyline
-
- setOnClickListener(SimpleFastPointOverlay.OnClickListener) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- setOnFocusChangeListener(ItemizedOverlay.OnFocusChangeListener) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
- setOnMarkerClickListener(Marker.OnMarkerClickListener) - Method in class org.osmdroid.views.overlay.Marker
-
- setOnMarkerDragListener(Marker.OnMarkerDragListener) - Method in class org.osmdroid.views.overlay.Marker
-
- setOptionsMenuEnabled(boolean) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- setOptionsMenuEnabled(boolean) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
-
- setOptionsMenuEnabled(boolean) - Method in interface org.osmdroid.views.overlay.IOverlayMenuProvider
-
- setOptionsMenuEnabled(boolean) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- setOptionsMenuEnabled(boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- setOptionsMenusEnabled(boolean) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- setOptionsMenusEnabled(boolean) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- setOrientationProvider(IOrientationProvider) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- setOsmdroidBasePath(File) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setOsmdroidBasePath(File) - Method in interface org.osmdroid.config.IConfigurationProvider
-
Base path for osmdroid files.
- setOsmdroidTileCache(File) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setOsmdroidTileCache(File) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setOverlayManager(OverlayManager) - Method in class org.osmdroid.views.MapView
-
- setOvershootTileCache(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
Set this to overshoot the tile cache.
- setPadding(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Sets the number of pixels from the lower-right corner to offset the mini-map
- setPaint(Paint) - Method in class org.osmdroid.views.overlay.PathOverlay
-
Deprecated.
- setPanToView(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
If set to true, when clicking the marker, the map will be centered on the marker position.
- setPersonHotspot(float, float) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- setPersonIcon(Bitmap) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
enabls you to change the my location 'person' icon at runtime.
- setPersonIcon(Bitmap, Point) - Method in class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
Coordinates the feet of the person are located.
- setPoints(List<GeoPoint>) - Method in class org.osmdroid.views.overlay.Polygon.LinearRing
-
- setPoints(List<GeoPoint>) - Method in class org.osmdroid.views.overlay.Polygon
-
This method will take a copy of the points.
- setPoints(List<GeoPoint>) - Method in class org.osmdroid.views.overlay.Polyline
-
Set the points.
- setPointStyle(Paint) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the style for the point overlay, which is applied to all circles.
- setPosition(GeoPoint) - Method in class org.osmdroid.views.overlay.Marker
-
- setPositionAndScale(T, MultiTouchController.PositionAndScale, MultiTouchController.PointInfo) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
-
Callback to update the position and scale (in object coords) of the currently-dragged object.
- setPositionAndScale(Object, MultiTouchController.PositionAndScale, MultiTouchController.PointInfo) - Method in class org.osmdroid.views.MapView
-
- setPossibleTilesInArea(int) - Method in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback
-
this is fired right before the download starts
- setPreviousEnabled(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- setProjection(Projection) - Method in class org.osmdroid.views.MapView
-
- setRadius(float) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the radius of the circles to be drawn.
- setRelatedObject(Object) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
Allows to link an Object (any Object) to this marker.
- setRotation(float) - Method in class org.osmdroid.views.overlay.Marker
-
- setScaleBarOffset(int, int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the scale bar screen offset for the bar.
- setScrollableAreaLimit(BoundingBoxE6) - Method in class org.osmdroid.views.MapView
-
Deprecated.
- setScrollableAreaLimitDouble(BoundingBox) - Method in class org.osmdroid.views.MapView
-
Set the map to limit it's scrollable view to the specified BoundingBox.
- setSelectedPoint(Integer) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
Sets the highlighted point.
- setSelectedPointStyle(Paint) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the style for the selected point.
- setSelectedRadius(float) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the radius of the selected point's circle.
- setShowAccuracy(boolean) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- setSnippet(String) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- setState(int[]) - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- setState(Drawable, int) - Static method in class org.osmdroid.views.overlay.OverlayItem
-
- setStrokeColor(int) - Method in class org.osmdroid.views.overlay.Polygon
-
- setStrokeWidth(float) - Method in class org.osmdroid.views.overlay.Polygon
-
- setStyle(Integer) - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- setStyle(String) - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- setStyle(T) - Method in interface org.osmdroid.tileprovider.tilesource.IStyledTileSource
-
- setStyle(String) - Method in interface org.osmdroid.tileprovider.tilesource.IStyledTileSource
-
- setSubDescription(String) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
set the "sub-description", an optional text to be shown in the InfoWindow, below the snippet, in a smaller text size
- setSymbol(SimpleFastPointOverlayOptions.Shape) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the symbol shape for this layer.
- setTextLabelBackgroundColor(int) - Method in class org.osmdroid.views.overlay.Marker
-
- setTextLabelFontSize(int) - Method in class org.osmdroid.views.overlay.Marker
-
- setTextLabelForegroundColor(int) - Method in class org.osmdroid.views.overlay.Marker
-
- setTextPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the paint for drawing the text
- setTextSize(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the text size.
- setTextStyle(Paint) - Method in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
Sets the style for the labels.
- setTileDownloadMaxQueueSize(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileDownloadMaxQueueSize(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setTileDownloadThreads(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileDownloadThreads(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setTileFileSystemCacheMaxBytes(long) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileFileSystemCacheMaxBytes(long) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setTileFileSystemCacheTrimBytes(long) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileFileSystemCacheTrimBytes(long) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setTileFileSystemMaxQueueSize(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileFileSystemMaxQueueSize(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setTileFileSystemThreads(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setTileFileSystemThreads(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
used for both file system cache and the sqlite cache
- setTileLoadFailureImage(Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Sets the "sorry we can't load a tile for this location" image.
- setTileProvider(MapTileProviderBase) - Method in class org.osmdroid.views.MapView
-
enables you to programmatically set the tile provider (zip, assets, sqlite, etc)
- setTileRemovedListener(LRUMapTileCache.TileRemovedListener) - Method in class org.osmdroid.tileprovider.LRUMapTileCache
-
- setTileRequestCompleteHandler(Handler) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- setTileSize(int) - Static method in class microsoft.mappoint.TileSystem
-
- setTileSize(int) - Static method in class org.osmdroid.util.TileSystem
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Sets the tile source for this tile provider.
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
-
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
Sets the tile source for this tile provider.
- setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
- setTileSource(ITileSource) - Method in class org.osmdroid.views.MapView
-
- setTileSource(ITileSource) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- setTilesOverlay(TilesOverlay) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- setTilesOverlay(TilesOverlay) - Method in interface org.osmdroid.views.overlay.OverlayManager
-
Sets the optional TilesOverlay class.
- setTilesScaledToDpi(boolean) - Method in class org.osmdroid.views.MapView
-
- setTitle(String) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- setUnitsOfMeasure(ScaleBarOverlay.UnitsOfMeasure) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the units of measure to be shown in the scale bar
- setUseDataConnection(boolean) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Set whether to use the network connection if it's available.
- setUseDataConnection(boolean) - Method in class org.osmdroid.views.MapView
-
Set whether to use the network connection if it's available.
- setUseDataConnection(boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
Set whether to use the network connection if it's available.
- setUserAgentHttpHeader(String) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setUserAgentHttpHeader(String) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setUserAgentValue(String) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setUserAgentValue(String) - Method in interface org.osmdroid.config.IConfigurationProvider
-
Enables you to override the default "osmdroid" value for HTTP user agents.
- setUserAgentValue(String) - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
-
Deprecated.
- setVisible(boolean) - Method in class org.osmdroid.views.overlay.Polygon
-
- setVisible(boolean) - Method in class org.osmdroid.views.overlay.Polyline
-
- setWidth(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
Sets the width of the mini-map in pixels
- setWidth(float) - Method in class org.osmdroid.views.overlay.Polyline
-
- setZoom(int) - Method in interface org.osmdroid.api.IMapController
-
- setZoom(int) - Method in class org.osmdroid.views.MapController
-
- setZoomDifference(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- setZoomLevel(int) - Method in class org.osmdroid.views.MapView
-
- SHADOW_X_SKEW - Static variable in class org.osmdroid.views.overlay.Overlay
-
- SHADOW_Y_SCALE - Static variable in class org.osmdroid.views.overlay.Overlay
-
- shouldIgnore(String, long) - Method in class org.osmdroid.util.NetworkLocationIgnorer
-
Whether we should ignore this location.
- showInfoWindow() - Method in class org.osmdroid.views.overlay.Marker
-
- showInfoWindow(GeoPoint) - Method in class org.osmdroid.views.overlay.Polyline
-
- showUI - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- SimpleFastPointOverlay - Class in org.osmdroid.views.overlay.simplefastpoint
-
Overlay to draw a layer of clickable simple points, optimized for rendering speed.
- SimpleFastPointOverlay(SimpleFastPointOverlay.PointAdapter, SimpleFastPointOverlayOptions) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- SimpleFastPointOverlay(SimpleFastPointOverlay.PointAdapter) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay
-
- SimpleFastPointOverlay.LabelledPoint - Class in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlay.OnClickListener - Interface in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlay.PointAdapter - Interface in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlayOptions - Class in org.osmdroid.views.overlay.simplefastpoint
-
Options for SimpleFastPointOverlay.
- SimpleFastPointOverlayOptions() - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- SimpleFastPointOverlayOptions.LabelPolicy - Enum in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlayOptions.RenderingAlgorithm - Enum in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlayOptions.Shape - Enum in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleInvalidationHandler - Class in org.osmdroid.tileprovider.util
-
- SimpleInvalidationHandler(View) - Constructor for class org.osmdroid.tileprovider.util.SimpleInvalidationHandler
-
- SimpleLocationOverlay - Class in org.osmdroid.views.overlay.mylocation
-
- SimpleLocationOverlay(Context) - Constructor for class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
Deprecated.
- SimpleLocationOverlay(Bitmap) - Constructor for class org.osmdroid.views.overlay.mylocation.SimpleLocationOverlay
-
- SimplePointTheme - Class in org.osmdroid.views.overlay.simplefastpoint
-
- SimplePointTheme(List<IGeoPoint>, boolean) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- SimpleRegisterReceiver - Class in org.osmdroid.tileprovider.util
-
- SimpleRegisterReceiver(Context) - Constructor for class org.osmdroid.tileprovider.util.SimpleRegisterReceiver
-
- singleTapConfirmedHelper(GeoPoint) - Method in interface org.osmdroid.events.MapEventsReceiver
-
- size() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- size() - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
-
- size() - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
The number of items in this overlay.
- size() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- size() - Method in interface org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.PointAdapter
-
- size() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- skip(long) - Method in class org.osmdroid.util.GEMFFile.GEMFInputStream
-
- source - Variable in class org.osmdroid.events.ScrollEvent
-
- source - Variable in class org.osmdroid.events.ZoomEvent
-
- SqliteArchiveTileWriter - Class in org.osmdroid.tileprovider.modules
-
- SqliteArchiveTileWriter(String) - Constructor for class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- SqlTileWriter - Class in org.osmdroid.tileprovider.modules
-
- SqlTileWriter() - Constructor for class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- startListening(LocationListener, long, float) - Method in class org.osmdroid.LocationListenerProxy
-
- startListening(SensorEventListener, int, int) - Method in class org.osmdroid.SensorEventListenerProxy
-
- startLocationProvider(IMyLocationConsumer) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
Enable location updates and show your current location on the map.
- startLocationProvider(IMyLocationConsumer) - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationProvider
-
- startOrientationProvider(IOrientationConsumer) - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
Enable orientation updates from the internal compass sensor and show the compass.
- startOrientationProvider(IOrientationConsumer) - Method in interface org.osmdroid.views.overlay.compass.IOrientationProvider
-
- stopAnimation(boolean) - Method in interface org.osmdroid.api.IMapController
-
- stopAnimation(boolean) - Method in class org.osmdroid.views.MapController
-
Stops a running animation.
- stopListening() - Method in class org.osmdroid.LocationListenerProxy
-
- stopListening() - Method in class org.osmdroid.SensorEventListenerProxy
-
- stopLocationProvider() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- stopLocationProvider() - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationProvider
-
- stopLocationProvider() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- stopOrientationProvider() - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
-
- stopOrientationProvider() - Method in interface org.osmdroid.views.overlay.compass.IOrientationProvider
-
- stopPanning() - Method in interface org.osmdroid.api.IMapController
-
- stopPanning() - Method in class org.osmdroid.views.MapController
-
- StorageInfo(String, boolean, boolean, int) - Constructor for class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- StorageUtils - Class in org.osmdroid.tileprovider.util
-
Based on some of the responses from this question
http://stackoverflow.com/questions/5694933/find-an-external-sd-card-location/15612964#15612964
Returns the first storage mount point with the most space that is writable for use as the default
location for the osmdroid cache.
- StorageUtils() - Constructor for class org.osmdroid.tileprovider.util.StorageUtils
-
- StorageUtils.StorageInfo - Class in org.osmdroid.tileprovider.util
-
- StreamUtils - Class in org.osmdroid.tileprovider.util
-
don't use android classes here, since this class is used outside of android