- 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(MapTileProviderBase, IFilesystemCache, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager
-
See https://github.com/osmdroid/osmdroid/issues/619
- CacheManager(ITileSource, IFilesystemCache, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- CacheManager.CacheManagerAction - Interface in org.osmdroid.tileprovider.cachemanager
-
Action to perform on a tile within a CacheManagerTask
- CacheManager.CacheManagerCallback - Interface in org.osmdroid.tileprovider.cachemanager
-
- CacheManager.CacheManagerDialog - Class in org.osmdroid.tileprovider.cachemanager
-
- CacheManager.CacheManagerTask - Class in org.osmdroid.tileprovider.cachemanager
-
generic class for common code related to AsyncTask management
- performing an action
- within a manager
- on a list of tiles (potentially sorted by ascending zoom level)
- and with callbacks for task progression
- CacheManagerDialog(Context, CacheManager.CacheManagerTask) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerDialog
-
- CacheManagerTask(CacheManager, CacheManager.CacheManagerAction, List<Long>, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CacheManagerTask(CacheManager, CacheManager.CacheManagerAction, ArrayList<GeoPoint>, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- CacheManagerTask(CacheManager, CacheManager.CacheManagerAction, BoundingBox, int, int) - Constructor for class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- cacheMapTileCount - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- CacheTileLooper() - Constructor for class org.osmdroid.views.overlay.TilesOverlay.CacheTileLooper
-
- cacheTileOvershoot - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- callback - Variable in class org.osmdroid.events.DelayedMapListener
-
- cancelAllJobs() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
cancels all tasks
- 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_HORIZONTAL - Static variable in class org.osmdroid.views.overlay.OverlayLayoutParams
-
- 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.
- CENTER_VERTICAL - Static variable in class org.osmdroid.views.overlay.OverlayLayoutParams
-
- 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
-
- checkTile(long) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- 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.
- cleanAreaAsync(Context, List<Long>, int, int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Remove all cached tiles in the specified area.
- cleanDefaults() - Static method in class org.osmdroid.views.overlay.Marker
-
Prevent memory leaks and call this when you're done with the map
reference https://github.com/MKergall/osmbonuspack/pull/210
- clear() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
-
Deprecated.
- clear() - Method in class org.osmdroid.tileprovider.MapTileCache
-
- clear() - Method in class org.osmdroid.util.ListPointL
-
- clear() - Method in class org.osmdroid.util.MapTileList
-
- 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.LinearRing
-
- 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
- clip(long, long, long, long) - Method in class org.osmdroid.util.SegmentClipper
-
Clip a segment into the clip area
- Clip(double, double, double) - Static method in class org.osmdroid.util.TileSystem
-
- Clip(long, long, long) - Static method in class org.osmdroid.util.TileSystem
-
- ClipToLong(double, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- clone() - Method in class org.osmdroid.util.BoundingBox
-
- clone() - Method in class org.osmdroid.util.GeoPoint
-
- clone() - Method in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- clone() - Method in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- 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
-
hides the info window, which triggers another render of the map
- 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
-
- concat(BoundingBox) - Method in class org.osmdroid.util.BoundingBox
-
- 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(long) - Method in class org.osmdroid.util.MapTileList
-
- contains(long, long) - Method in class org.osmdroid.util.RectL
-
Returns true if (x,y) is inside the rectangle.
- 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(long) - 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
.
- copyright - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
- CopyrightOverlay - Class in org.osmdroid.views.overlay
-
- CopyrightOverlay(Context) - Constructor for class org.osmdroid.views.overlay.CopyrightOverlay
-
- 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.
- 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.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
-
- CYCLE - Static variable in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
the available map types
- garbageCollection() - Method in class org.osmdroid.tileprovider.MapTileCache
-
Removes from the memory cache all the tiles that should no longer be there
- 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(GeoPoint) - 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.util.ListPointL
-
- get(int) - Method in class org.osmdroid.util.MapTileList
-
- 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
-
- getActualNorth() - Method in class org.osmdroid.util.BoundingBox
-
- getActualSouth() - Method in class org.osmdroid.util.BoundingBox
-
- getAdditionalHttpRequestProperties() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getAdditionalHttpRequestProperties() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Enables you to set and get additional HTTP request properties.
- 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
-
- getAnimationSpeedDefault() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getAnimationSpeedDefault() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Used during zoom animations
https://github.com/osmdroid/osmdroid/issues/650
- getAnimationSpeedShort() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getAnimationSpeedShort() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Used during zoom animations
https://github.com/osmdroid/osmdroid/issues/650
- 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
-
- getAzimuthOffset() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- getBarPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Return's the paint used to draw the bar
- getBaseUrl() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- 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.
- getBearing() - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- getBingKey() - Static method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- 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
-
- 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.
- getBoundingBoxZoom(BoundingBox, int, int) - Static method in class org.osmdroid.util.TileSystem
-
- getBounds() - Method in class org.osmdroid.views.overlay.Overlay
-
Gets the bounds of the overlay, useful for skipping draw cycles on overlays
that are not in the current bounding box of the view
- getCacheMapTileCount() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getCacheMapTileCount() - Method in interface org.osmdroid.config.IConfigurationProvider
-
Initial tile cache size (in memory).
- getCacheMapTileOvershoot() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getCacheMapTileOvershoot() - Method in interface org.osmdroid.config.IConfigurationProvider
-
In memory tile count, used by the tiles overlay
- getCallback() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getCanvasRect() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- 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
-
Deprecated.
- getCenterLatitude() - Method in class org.osmdroid.util.BoundingBox
-
- getCenterLongitude() - Method in class org.osmdroid.util.BoundingBox
-
- getCenterLongitude(double, double) - Static method in class org.osmdroid.util.BoundingBox
-
Compute the center of two longitudes
Taking into account the case when "west is on the right and east is on the left"
- getCenterWithDateLine() - Method in class org.osmdroid.util.BoundingBox
-
This version takes into consideration the date line
- getCleaningAction() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getCleaningDialog(Context, CacheManager.CacheManagerTask) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getCleanMercator(long, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getCleanMercator(long, boolean) - Method in class org.osmdroid.views.Projection
-
- 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
-
- getCopyrightNotice() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- getCopyrightNotice() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getCopyrightNotice() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Returns an I18N sensitive string representing the copy right notice (if any) of the tile source
- getCurrentCenter() - Method in class org.osmdroid.views.Projection
-
- 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
-
- getDefaultInstance() - Static method in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
Get an instance with default values.
- 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
-
- getDisplayedItems() - Method in class org.osmdroid.views.overlay.ItemizedOverlay
-
Get the list of all the items that are currently drawn on the canvas.
- getDisplayName() - Method in class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- getDistance(int) - Method in class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- getDistances() - Method in class org.osmdroid.views.overlay.LinearRing
-
- getDownloadingAction() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getDownloadingDialog(Context, CacheManager.CacheManagerTask) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- 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
-
- getDragOffset() - Method in class org.osmdroid.views.overlay.Marker
-
get the offset in millimeters that the marker is moved up while dragging
- 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.ItemizedOverlay
-
- getEnableAutoStop() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- getEventTime() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
-
- getExpectedCenter() - Method in class org.osmdroid.views.MapView
-
Should never be used except by the constructor of Projection.
- 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
- getExpirationTimestamp(ITileSource, long) - Method in interface org.osmdroid.tileprovider.modules.IFilesystemCache
-
Gets the cache expiration timestamp of a tile
- getExpirationTimestamp(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- getExpirationTimestamp(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- getExpirationTimestamp(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- getFactor(double) - Static method in class org.osmdroid.util.TileSystem
-
- getFile(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- getFileName(ITileSource, long) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getFillColor() - Method in class org.osmdroid.views.overlay.Polygon
-
- getFirstExpiry() - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
Returns the expiry time of the tile that expires first.
- 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
-
- getGeoFromMercator(long, long, double, GeoPoint, boolean, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getGeoPointOfRelativePositionWithExactGudermannInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBox
-
- getGeoPointOfRelativePositionWithLinearInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBox
-
- 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
-
returns a copy of the holes this polygon contains
- getHttpHeaderDateTimeFormat() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getHttpHeaderDateTimeFormat() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getHttpProxy() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- getHttpProxy() - Method in interface org.osmdroid.config.IConfigurationProvider
-
- getID() - Method in class org.osmdroid.views.overlay.ClickableIconOverlay
-
- getId() - Method in class org.osmdroid.views.overlay.Marker
-
- getId() - Method in class org.osmdroid.views.overlay.Polygon
-
- getId() - Method in class org.osmdroid.views.overlay.Polyline
-
- getImage(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getImage() - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- getImage() - Method in class org.osmdroid.views.overlay.Marker
-
get the image to be shown in the InfoWindow - this is not the marker icon
- getIncrementor(int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
this gets the distance in decimal degrees in between each line on the grid based on zoom level.
- getIndex(long, long, long) - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- getIndex(long) - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
Gets the single column index value for a map tile
Unluckily, "map tile index" and "sql pk" don't match
- getInfoWindow() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getInfoWindowAnchorPoint(GeoPoint) - Method in class org.osmdroid.views.overlay.Polygon
-
returns a point that the info window cartoon bubble will point at.
- getInfoWindowAnchorPoint(GeoPoint) - Method in class org.osmdroid.views.overlay.Polyline
-
returns a point that the info window cartoon bubble will point at.
- getInputStream(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- getInputStream(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- getInputStream(ITileSource, long) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
Get the input stream for the requested tile and tile source.
- getInputStream(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- getInputStream(ITileSource, long) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- getInputStream(int, int, int) - Method in class org.osmdroid.util.GEMFFile
-
- getInputTileZoomLevel(double) - Static method in class org.osmdroid.util.TileSystem
-
- 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
-
- getInstanceFromJSON(String) - Static method in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaData
-
Parse a JSON string containing ImageryMetaData response
- getInstanceFromJSON(JSONObject, JSONObject) - Static method in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
Parse a JSON string containing resource field of a ImageryMetaData response
- 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.
- getLatitudeFromY01(double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
Converts a "Y01" value into latitude
"Y01" is a double between 0 and 1 for the whole latitude range
MaxLatitude:0 ...
- getLatitudeSpan() - Method in class org.osmdroid.util.BoundingBox
-
- 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.
- getLatitudeZoom(double, double, int) - Static method in class org.osmdroid.util.TileSystem
-
- getLatLonGrid(Context, MapView) - Static method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
Deprecated.
- getLatLonGrid(MapView) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- getLatNorth() - Method in class org.osmdroid.util.BoundingBox
-
- getLatSouth() - Method in class org.osmdroid.util.BoundingBox
-
- getLines() - Method in class org.osmdroid.util.LineBuilder
-
- 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
-
- 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.
- getLongitudeFromX01(double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
Converts a "X01" value into longitude
"X01" is a double between 0 and 1 for the whole longitude range
MinLongitude:0 ...
- getLongitudeSpan() - Method in class org.osmdroid.util.BoundingBox
-
- 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.
- getLongitudeZoom(double, double, int) - Static method in class org.osmdroid.util.TileSystem
-
- getLongPixelsFromProjected(PointL, double, boolean, PointL) - Method in class org.osmdroid.views.Projection
-
- getLongPixelXFromLongitude(double, boolean) - Method in class org.osmdroid.views.Projection
-
- getLongPixelXFromLongitude(double) - Method in class org.osmdroid.views.Projection
-
- getLongPixelYFromLatitude(double, boolean) - Method in class org.osmdroid.views.Projection
-
- getLongPixelYFromLatitude(double) - Method in class org.osmdroid.views.Projection
-
- getLonWest() - Method in class org.osmdroid.util.BoundingBox
-
- 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
-
- getMapScale() - Method in class org.osmdroid.views.MapView
-
Deprecated.
- getMapScrollX() - Method in class org.osmdroid.views.MapView
-
- getMapScrollY() - Method in class org.osmdroid.views.MapView
-
- getMapTile(long) - Method in class org.osmdroid.tileprovider.MapTileCache
-
- getMapTile(long) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- getMapTile(long) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- getMapTile() - Method in class org.osmdroid.tileprovider.MapTileRequestState
-
- getMapTileFromCoordinates(double, double, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getMapTileList() - Method in class org.osmdroid.tileprovider.MapTileCache
-
- 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.
- getMaskedValue(int, int, int[]) - Static method in class org.osmdroid.views.overlay.OverlayLayoutParams
-
- 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.MapTileApproximater
-
- 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.bing.BingMapTileSource
-
get maximum zoom level
- 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.
- getMercatorFromGeo(double, double, double, PointL, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getMercatorFromTile(int, double) - Static method in class org.osmdroid.util.TileSystem
-
- getMercatorFromTile(int) - Method in class org.osmdroid.views.Projection
-
- getMercatorFromXY01(double, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getMercatorViewPort(RectL) - Method in class org.osmdroid.views.Projection
-
- getMercatorXFromLongitude(double, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getMercatorXFromPixel(int) - Method in class org.osmdroid.views.Projection
-
- getMercatorYFromLatitude(double, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- getMercatorYFromPixel(int) - Method in class org.osmdroid.views.Projection
-
- getMilestones() - Method in class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- 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.MapTileApproximater
-
- 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.bing.BingMapTileSource
-
get minimum zoom level
- 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(double, 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.MapTileApproximater
-
- 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
- getObject() - Method in class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- getOffsetX() - Method in class org.osmdroid.views.Projection
-
- getOffsetY() - Method in class org.osmdroid.views.Projection
-
- getOffspring(double, Rect) - Method in class org.osmdroid.views.Projection
-
- 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
-
- getOrientation(long, long, long, long) - Static method in class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- getOrientation() - Method in class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- 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
-
by default, maps to getOsmdroidBasePath() + "/tiles"
By default, it is defined in SD card, osmdroid directory.
- 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
.
- 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
-
- getPendingJobs() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- getPixelFromTile(int, int, Rect) - Method in class org.osmdroid.views.Projection
-
- getPixelsFromProjected(PointL, double, Point) - Method in class org.osmdroid.views.Projection
-
- 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.LinearRing
-
- getPoints() - Method in class org.osmdroid.views.overlay.Polygon
-
- getPoints() - Method in class org.osmdroid.views.overlay.Polyline
-
- getPointsForMilestones() - Method in class org.osmdroid.views.overlay.LinearRing
-
- getPointStyle() - Method in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- 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.
- getPrimaryKey() - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- getPrimaryKeyParameters(long, ITileSource) - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- getPrimaryKeyParameters(long, String) - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- getProgressModulo() - Method in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerAction
-
We will update the callbacks not for every tile, but at this rate
- getProjectedPowerDifference() - Method in class org.osmdroid.views.Projection
-
- 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.
- getProjection() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- 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
-
- getRandomLatitude(double, double) - Static method in class org.osmdroid.util.TileSystem
-
- getRandomLongitude(double) - Static method in class org.osmdroid.util.TileSystem
-
- getRegisteredExtensions() - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
-
- getRelatedObject() - Method in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- getRelatedObject() - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(double, double, PointF) - Method in class org.osmdroid.util.BoundingBox
-
- getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(double, double, PointF) - Method in class org.osmdroid.util.BoundingBox
-
- getRotation() - Method in class org.osmdroid.views.overlay.Marker
-
- getRouteToPathExists(int) - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
-
Deprecated.
- getRouteToPathExists(int) - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
-
Deprecated.
- 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
-
- getScaleRotateCanvasMatrix() - Method in class org.osmdroid.views.Projection
-
This will provide a Matrix that will revert the current map's scaling and rotation.
- 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
- getScreenCenterX() - Method in class org.osmdroid.views.Projection
-
- getScreenCenterY() - Method in class org.osmdroid.views.Projection
-
- 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
-
- getScrollableOffset(long, long, double, int, int) - Static method in class org.osmdroid.views.Projection
-
- 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
-
- getSize() - Method in class org.osmdroid.tileprovider.MapTileCache
-
- getSize() - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
Returns the size of the database file in bytes.
- getSize() - Method in class org.osmdroid.util.LineBuilder
-
- getSize() - Method in class org.osmdroid.util.MapTileList
-
- 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
-
- getSquaredDistanceToLine(double, double, double, double, double, double) - Static method in class org.osmdroid.util.Distance
-
Square of the distance between a point and line AB
- getSquaredDistanceToPoint(double, double, double, double) - Static method in class org.osmdroid.util.Distance
-
Compute the distance between two points
- getSquaredDistanceToSegment(double, double, double, double, double, double) - Static method in class org.osmdroid.util.Distance
-
Square of the distance between a point and segment AB
- getStartEndPointsNS(double, double, int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
gets the start and end points for a latitude line
- getStartEndPointsWE(double, double, int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
gets the start and stop point for a longitude line
- getState() - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- getState(Drawable) - Static 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
-
returns all storage paths, writable or not
- 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.bing.BingMapTileSource
-
- 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
-
- getSubDomain() - Method in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
When several subdomains are available, get subdomain pointed by internal cycle counter on subdomains and increment this counter
- getTextLabelBackgroundColor() - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- getTextLabelFontSize() - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- getTextLabelForegroundColor() - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- getTextPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Returns the paint used to draw the text
- getTextStyle() - Method in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileApproximater
-
- 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
-
- getTileBitmap(int) - Static method in class org.osmdroid.tileprovider.modules.MapTileApproximater
-
Try to get a tile bitmap from the pool, otherwise allocate a new one
- getTileCache() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
- getTileCursor(String[]) - Method in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- getTileCursor(String[], String[]) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- 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
- getTileFromMercator(long, double) - Static method in class org.osmdroid.util.TileSystem
-
- getTileFromMercator(RectL, double, Rect) - Static method in class org.osmdroid.util.TileSystem
-
- getTileFromMercator(long) - Method in class org.osmdroid.views.Projection
-
- getTileIndex(int, int, int) - Static method in class org.osmdroid.util.MapTileIndex
-
- getTileLoader() - Method in class org.osmdroid.tileprovider.modules.MapTileApproximater
-
- 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(long) - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- getTileRelativeFilenameString(long) - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
-
Get a unique file path for the tile.
- getTileRelativeFilenameString(long) - Method in class org.osmdroid.tileprovider.tilesource.TMSOnlineTileSourceBase
-
- getTileRemovedListener() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
-
Deprecated.
- getTileRemovedListener() - Method in class org.osmdroid.tileprovider.MapTileCache
-
- getTileRequestCompleteHandler() - Method in class org.osmdroid.views.MapView
-
- getTilesCoverage(BoundingBox, int, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Computes the theoretical tiles covered by the bounding box
- getTilesCoverage(BoundingBox, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Computes the theoretical tiles covered by the bounding box
- getTilesCoverage(ArrayList<GeoPoint>, int, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Computes the theoretical tiles covered by the list of points
- getTilesCoverage(ArrayList<GeoPoint>, int) - Static method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
Computes the theoretical tiles covered by the list of points
Calculation done based on http://www.movable-type.co.uk/scripts/latlong.html
- getTileSize() - Static method in class microsoft.mappoint.TileSystem
-
- getTileSize() - Static method in class org.osmdroid.util.TileSystem
-
- getTileSize(double) - Static method in class org.osmdroid.util.TileSystem
-
- getTileSizePixels() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
get tile size in pixel
- 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.
- getTilesScaleFactor() - Method in class org.osmdroid.views.MapView
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.MapQuestTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
-
- getTileURLString(long) - Method in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
- getTileURLString(long) - 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
-
- getTransparency() - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- getUid() - Method in class org.osmdroid.views.overlay.OverlayItem
-
- getUITitle() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerDialog
-
- 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
-
- getUsesDataConnection() - Method in class org.osmdroid.tileprovider.modules.MapTileApproximater
-
- 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
-
- getVerifyCancel() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- 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(long) - Static method in class org.osmdroid.util.MapTileIndex
-
- getX() - Method in class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- getX01FromLongitude(double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
Converts a longitude to its "X01" value,
id est a double between 0 and 1 for the whole longitude range
- getX01FromLongitudeWithoutWrap(double) - Static method in class org.osmdroid.util.TileSystem
-
- 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.
- getXY01FromMercator(long, double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
- 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(long) - Static method in class org.osmdroid.util.MapTileIndex
-
- getY() - Method in class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- getY01FromLatitude(double, boolean) - Static method in class org.osmdroid.util.TileSystem
-
Converts a latitude to its "Y01" value,
id est a double between 0 and 1 for the whole latitude range
- getY01FromLatitudeWithoutWrap(double) - Static method in class org.osmdroid.util.TileSystem
-
- 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
-
- getZoom(long) - Static method in class org.osmdroid.util.MapTileIndex
-
- getZoomDifference() - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- getZoomLevel() - Method in interface org.osmdroid.api.IMapView
-
Deprecated.
- getZoomLevel() - Method in class org.osmdroid.events.ZoomEvent
-
- getZoomLevel() - Method in class org.osmdroid.views.MapView
-
Deprecated.
- getZoomLevel(boolean) - Method in class org.osmdroid.views.MapView
-
Deprecated.
- getZoomLevel() - Method in class org.osmdroid.views.Projection
-
- getZoomLevelDouble() - Method in interface org.osmdroid.api.IMapView
-
- getZoomLevelDouble() - Method in class org.osmdroid.views.MapView
-
- getZoomLevels() - Method in class org.osmdroid.util.GEMFFile
-
- GpsMyLocationProvider - Class in org.osmdroid.views.overlay.mylocation
-
- GpsMyLocationProvider(Context) - Constructor for class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
-
- gpsWaitTime - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- GroundOverlay2 - Class in org.osmdroid.views.overlay
-
A ground overlay is an image that is fixed to 2 corners on a map using simple scaling
that does not take into consideration the curvature of the Earth.
- GroundOverlay2() - Constructor for class org.osmdroid.views.overlay.GroundOverlay2
-
- 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
-
- GroundResolution(double, double) - Static method in class org.osmdroid.util.TileSystem
-
- GroundResolutionMapSize(double, double) - Static method in class org.osmdroid.util.TileSystem
-
Most likely meters/pixel at the given latitude
- 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
-
The IArchiveFile is primary used to load tiles from a file archive.
- 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
-
- ImageryMetaData - Class in org.osmdroid.tileprovider.tilesource.bing
-
ImageryMetaData storage.
- ImageryMetaData() - Constructor for class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaData
-
- ImageryMetaDataResource - Class in org.osmdroid.tileprovider.tilesource.bing
-
ImageryMetaData storage.
- ImageryMetaDataResource() - Constructor for class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
- IMAGERYSET_AERIAL - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
Aerial imagery mode
- IMAGERYSET_AERIALWITHLABELS - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
Aerial imagery with road overlay mode
- IMAGERYSET_ROAD - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
Roads imagery mode
- 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
-
- 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
-
- InfoWindow(View, 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
-
initialize the file archive, such as performing initial scans, queries, opening a database, etc
- init(File) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- init(File) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- init() - Method in class org.osmdroid.util.LineBuilder
-
- init() - Method in class org.osmdroid.util.PathBuilder
-
- init() - Method in interface org.osmdroid.util.PointAccepter
-
- init() - Method in class org.osmdroid.util.SegmentClipper
-
- init() - Method in class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- init() - Method in class org.osmdroid.views.overlay.milestones.MilestoneManager
-
- init() - Method in class org.osmdroid.views.overlay.milestones.MilestoneMeterDistanceLister
-
- init() - Method in class org.osmdroid.views.overlay.milestones.MilestonePixelDistanceLister
-
- init() - Method in class org.osmdroid.views.overlay.milestones.MilestoneVertexLister
-
- initialiseLoop() - Method in class org.osmdroid.util.TileLooper
-
- initialiseLoop() - Method in class org.osmdroid.views.overlay.TilesOverlay.CacheTileLooper
-
- initialiseLoop() - Method in class org.osmdroid.views.overlay.TilesOverlay.OverlayTileLooper
-
- initMetaData() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
Fire this after you've set up your prefered tile styles and locale
if you forget, it should fire on the first request for tiles.
- initThread - Variable in class org.osmdroid.tileprovider.modules.TileWriter
-
- inset(long, long) - Method in class org.osmdroid.util.RectL
-
- 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
-
- intersection(double, double, double, double, double, double, double, double, PointL) - Static method in class org.osmdroid.util.SegmentIntersection
-
- intersects(RectL, RectL) - Static method in class org.osmdroid.util.RectL
-
- 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, Projection, boolean) - Method in class org.osmdroid.views.overlay.LinearRing
-
Detection is done in screen coordinates.
- 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.
- isCompassInCenter() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- 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
-
Typically used to enable additional debugging
from org.osmdroid.views.util.constants.MapViewConstants
- 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
-
- isDowngradedMode() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- isDowngradedMode() - Method in class org.osmdroid.tileprovider.MapTileProviderBasic
-
- isDraggable() - Method in class org.osmdroid.views.overlay.Marker
-
- isDrawableExpired(Drawable) - Static method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
Deprecated.
- 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.
- isEnableTextLabelsWhenNoImage() - Method in class org.osmdroid.views.overlay.Marker
-
- 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
-
- isHorizontalMapRepetitionEnabled() - Method in class org.osmdroid.views.MapView
-
- isHorizontalWrapEnabled() - Method in class org.osmdroid.util.TileLooper
-
- isHorizontalWrapEnabled() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- isInClipArea(long, long) - Method in class org.osmdroid.util.SegmentClipper
-
Check if a point is in the clip area
- 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
- isMapViewRecyclerFriendly() - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- isMapViewRecyclerFriendly() - Method in interface org.osmdroid.config.IConfigurationProvider
-
If true, the map view will set .setHasTransientState(true) for API 16+ devices.
- 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.
- isPointerMode() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- isScrollableAreaLimitLatitude() - Method in class org.osmdroid.views.MapView
-
- isScrollableAreaLimitLongitude() - Method in class org.osmdroid.views.MapView
-
- 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
-
- isStyled() - Method in interface org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.PointAdapter
-
Whether the points are individually styled
- isStyled() - Method in class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- isTilesScaledToDpi() - Method in class org.osmdroid.views.MapView
-
- isTileToBeDownloaded(ITileSource, long) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
"Should we download this tile?", either because it's not cached yet or because it's expired
- 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.
- isVerticalMapRepetitionEnabled() - Method in class org.osmdroid.views.MapView
-
- isVerticalWrapEnabled() - Method in class org.osmdroid.util.TileLooper
-
- isVerticalWrapEnabled() - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- 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.util.ListPointL
-
- 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
-
- m_imageHeight - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
image height in pixels (256 as default value)
- m_imageUrl - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
image url pattern
- m_imageUrlSubdomains - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
list of available sub domains.
- m_imageWidth - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
image width in pixels (256 as default value)
- m_isInitialised - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
whether this imagery has been initialised
- m_zoomMax - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
maximum zoom level (22 as default value for BingMap)
- m_zoomMin - Variable in class org.osmdroid.tileprovider.tilesource.bing.ImageryMetaDataResource
-
minimum zoom level (1 as default value for BingMap)
- 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
-
- mapName(int) - Static method in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
return the name asociated with a map.
- 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
-
Deprecated.
- MapSize(double) - Static method in class org.osmdroid.util.TileSystem
-
- MAPTILE_FAIL_ID - Static variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- MAPTILE_SUCCESS_ID - Static variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- MapTileApproximater - Class in org.osmdroid.tileprovider.modules
-
The MapTileApproximater computes approximation of tiles.
- MapTileApproximater() - Constructor for class org.osmdroid.tileprovider.modules.MapTileApproximater
-
- MapTileApproximater(int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileApproximater
-
- MapTileApproximater.TileLoader - Class in org.osmdroid.tileprovider.modules
-
- 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
-
- MapTileCache.TileRemovedListener - Interface in org.osmdroid.tileprovider
-
- 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, IArchiveFile[], boolean) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
-
- 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
-
- MapTileIndex - Class in org.osmdroid.util
-
Computes a map tile index as `long` to/from zoom/x/y
Algorithm unfortunately different from SqlTileWriter.getIndex for historical reasons.
- MapTileIndex() - Constructor for class org.osmdroid.util.MapTileIndex
-
- MapTileList - Class in org.osmdroid.util
-
An optimized list of map tile indices
- MapTileList() - Constructor for class org.osmdroid.util.MapTileList
-
- MapTileList(int) - Constructor for class org.osmdroid.util.MapTileList
-
- 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.
- mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
-
The map tile request has failed - exceeds MaxQueueSize.
- mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
-
- mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
-
Called by implementation class methods indicating that they have failed to retrieve the
requested map tile, because the max queue size has been reached
- MapTileRequestState - Class in org.osmdroid.tileprovider
-
- MapTileRequestState(long, MapTileModuleProviderBase[], IMapTileProviderCallback) - Constructor for class org.osmdroid.tileprovider.MapTileRequestState
-
- MapTileRequestState(long, List<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
-
Deprecated.
- MapTileSqlCacheProvider(IRegisterReceiver, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider
-
The tiles may be found on several media.
- 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
-
- mapViewRecycler - Variable in class org.osmdroid.config.DefaultConfigurationProvider
-
- 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
- MaxLatitude - Static variable in class org.osmdroid.util.TileSystem
-
- MaxLongitude - Static variable in class org.osmdroid.util.TileSystem
-
- mBearing - Variable in class org.osmdroid.views.overlay.GroundOverlay2
-
- 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
-
- mBounds - Variable in class org.osmdroid.views.overlay.Overlay
-
- 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
-
- 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
-
- mCopyright - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
-
- mDebugPaint - Variable in class org.osmdroid.views.overlay.TilesOverlay
-
- mDecimalFormatter - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mDefaultIcon - Static variable in class org.osmdroid.views.overlay.Marker
-
- mDefaultInfoWindow - Static variable in class org.osmdroid.views.overlay.Marker
-
- mDefaultInfoWindow - Static variable in class org.osmdroid.views.overlay.Polygon
-
- mDefaultInfoWindow - Static variable in class org.osmdroid.views.overlay.Polyline
-
- 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
-
- mDragOffsetY - 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
-
- mDrawnItemsLimit - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
-
- mEnableTextLabelsWhenNoImage - Variable in class org.osmdroid.views.overlay.Marker
-
enables per Marker instance overrides for this setting
- 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.
- metersToPixels(float, double, double) - Static method in class org.osmdroid.views.Projection
-
- 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
-
- mFontBackgroundColor - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mFontColor - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mFontSizeDp - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mGeoPoint - Variable in class org.osmdroid.views.overlay.OverlayItem
-
- 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
-
- mId - Variable in class org.osmdroid.views.overlay.Marker
-
- MilestoneBitmapDisplayer - Class in org.osmdroid.views.overlay.milestones
-
Displayer of `MilestoneStep`s as `Bitmap`s
Created by Fabrice Fontaine on 22/12/2017.
- MilestoneBitmapDisplayer(double, boolean, Bitmap, int, int) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneBitmapDisplayer
-
- MilestoneDisplayer - Class in org.osmdroid.views.overlay.milestones
-
Displayer of `MilestoneStep`s
Created by Fabrice Fontaine on 22/12/2017.
- MilestoneDisplayer(double, boolean) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneDisplayer
-
- MilestoneLister - Class in org.osmdroid.views.overlay.milestones
-
Creating a list of `MilestoneStep`s from a list of `PointL`
Created by Fabrice on 22/12/2017.
- MilestoneLister() - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- MilestoneManager - Class in org.osmdroid.views.overlay.milestones
-
Created by Fabrice on 24/12/2017.
- MilestoneManager(MilestoneLister, MilestoneDisplayer) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneManager
-
- MilestoneMeterDistanceLister - Class in org.osmdroid.views.overlay.milestones
-
Listing every x meters of the `Path`
Created by Fabrice on 28/12/2017.
- MilestoneMeterDistanceLister(double) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneMeterDistanceLister
-
- MilestoneMiddleLister - Class in org.osmdroid.views.overlay.milestones
-
Listing all the vertices' middle, provided that there are enough pixels between them
Created by Fabrice on 23/12/2017.
- MilestoneMiddleLister(double) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneMiddleLister
-
- MilestonePathDisplayer - Class in org.osmdroid.views.overlay.milestones
-
Displayer of `MilestoneStep`s as `Path`s
Created by Fabrice Fontaine on 22/12/2017.
- MilestonePathDisplayer(double, boolean, Path, Paint) - Constructor for class org.osmdroid.views.overlay.milestones.MilestonePathDisplayer
-
- MilestonePixelDistanceLister - Class in org.osmdroid.views.overlay.milestones
-
Listing every x pixels of the `Path`, with an initial value
Created by Fabrice on 23/12/2017.
- MilestonePixelDistanceLister(double, double) - Constructor for class org.osmdroid.views.overlay.milestones.MilestonePixelDistanceLister
-
- MilestoneStep - Class in org.osmdroid.views.overlay.milestones
-
A milestone step is a pixel position where a milestone should be displayed with an orientation
Created by Fabrice Fontaine on 20/12/2017.
- MilestoneStep(long, long, double, Object) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- MilestoneStep(long, long, double) - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneStep
-
- MilestoneVertexLister - Class in org.osmdroid.views.overlay.milestones
-
Listing every vertex
Created by Fabrice on 23/12/2017.
- MilestoneVertexLister() - Constructor for class org.osmdroid.views.overlay.milestones.MilestoneVertexLister
-
- mImage - Variable in class org.osmdroid.views.overlay.GroundOverlay2
-
- 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
- MinLatitude - Static variable in class org.osmdroid.util.TileSystem
-
- MinLongitude - Static variable in class org.osmdroid.util.TileSystem
-
- 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
-
- mLabel - Variable in class org.osmdroid.views.overlay.simplefastpoint.LabelledGeoPoint
-
- mLabelPolicy - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mLastOverlay - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mLastRender - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- mLineColor - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mLineWidth - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- mLis - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mListners - 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
-
- 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
-
- mMaxZoomLevel - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mMaxZoomLevel - Static variable in class org.osmdroid.util.MapTileIndex
-
- mMinimumZoomLevel - Variable in class org.osmdroid.views.MapView
-
- mMinZoomLevel - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mMinZoomShowLabels - Variable in class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions
-
- mMultiplier - Variable in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- 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
-
- MOBILE_ATLAS - Static variable in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
- mod(int, int) - Static method in class org.osmdroid.util.MyMath
-
- 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
-
- mOverlayManager - Variable in class org.osmdroid.views.overlay.FolderOverlay
-
- moveTo(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.IconOverlay
-
- moveTo(IGeoPoint, 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.
- mPanToView - Variable in class org.osmdroid.views.overlay.Marker
-
- mPending - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- mPendingTasks - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- 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
-
- mPointStyle - Variable in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- 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
-
- mPreviousButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- mProjectedMapSize - Variable in class org.osmdroid.views.Projection
-
- mProjection - Variable in class org.osmdroid.views.MapView
-
- mProjection - Variable in class org.osmdroid.views.overlay.TilesOverlay
-
- mQueueLockObject - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
-
- mReferencePoint - Variable in class org.osmdroid.views.drawing.OsmPath
-
- mRelatedObject - Variable in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- mRelatedObject - Variable in class org.osmdroid.views.overlay.OverlayWithIW
-
- 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
-
- 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
-
- 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
-
- mTextStyle - Variable in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- mTileCache - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mTileNotFoundImage - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- 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
-
- mTiles - Variable in class org.osmdroid.util.TileLooper
-
- mTileSize - Static variable in class microsoft.mappoint.TileSystem
-
- mTileSource - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mTileWriter - Variable in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- mTileZoomLevel - Variable in class org.osmdroid.util.TileLooper
-
- 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
-
- mTransparency - Variable in class org.osmdroid.views.overlay.GroundOverlay2
-
- 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
-
- mUseDataConnection - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
-
- mView - Variable in class org.osmdroid.views.overlay.infowindow.InfoWindow
-
- mViewPort - Variable in class org.osmdroid.views.overlay.TilesOverlay
-
- 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
-
- myOnLayout(boolean, int, int, int, int) - Method in class org.osmdroid.views.MapView
-
- mZipFile - Variable in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- 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
-
- offset(long, long) - Method in class org.osmdroid.util.PointL
-
- 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
-
- onAttachedToWindow() - Method in class org.osmdroid.views.MapView
-
- onCancelled() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- 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
-
destroys the map view, all references to listeners, all overlays, etc
- 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, MapView) - 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
- OnlineTileSourceBase(String, int, int, int, String, 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
-
- onPause() - Method in class org.osmdroid.views.MapView
-
activities/fragments using osmdroid should call this to release resources, pause gps, sensors, timers, etc
- onPause() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onPause() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onPause() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onPause() - Method in class org.osmdroid.views.overlay.Overlay
-
Triggered on application lifecycle changes, assuming the mapview is triggered appropriately
related issue https://github.com/osmdroid/osmdroid/issues/823
https://github.com/osmdroid/osmdroid/issues/806
- onPause() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- onPostExecute(Integer) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- onPreExecute() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerTask
-
- 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
-
- onResume() - Method in class org.osmdroid.views.MapView
-
activities/fragments using osmdroid should call this to release resources, pause gps, sensors, timers, etc
- onResume() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
- onResume() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
-
- onResume() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
-
- onResume() - Method in class org.osmdroid.views.overlay.Overlay
-
Triggered on application lifecycle changes, assuming the mapview is triggered appropriately
related issue https://github.com/osmdroid/osmdroid/issues/823
https://github.com/osmdroid/osmdroid/issues/806
- onResume() - Method in interface org.osmdroid.views.overlay.OverlayManager
-
- 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.
- onTaskComplete() - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerDialog
-
- 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.
- onTaskFailed(int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerDialog
-
- 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.TilesOverlay
-
- onTileRemoved(long) - Method in interface org.osmdroid.tileprovider.LRUMapTileCache.TileRemovedListener
-
Deprecated.
- onTileRemoved(long) - Method in interface org.osmdroid.tileprovider.MapTileCache.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
-
- OpenTopo - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
-
Open Topo Maps https://opentopomap.org
- 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.tilesource.bing - package org.osmdroid.tileprovider.tilesource.bing
-
- 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.milestones - package org.osmdroid.views.overlay.milestones
-
- 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
-
- orthogonalDistance(GeoPoint, GeoPoint, GeoPoint) - Static method in class org.osmdroid.util.PointReducer
-
Calculate the orthogonal distance from the line joining the
lineStart and lineEnd points to point
- OsmBitmapShader - Class in org.osmdroid.views.drawing
-
- OsmBitmapShader(Bitmap, Shader.TileMode, Shader.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
-
- OUTDOORS - Static variable in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
- 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.
- OverlayLayoutParams - Class in org.osmdroid.views.overlay
-
- OverlayLayoutParams() - Constructor for class org.osmdroid.views.overlay.OverlayLayoutParams
-
- 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
-
- OverlayTileLooper() - Constructor for class org.osmdroid.views.overlay.TilesOverlay.OverlayTileLooper
-
- OverlayTileLooper(boolean, boolean) - Constructor for class org.osmdroid.views.overlay.TilesOverlay.OverlayTileLooper
-
- 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
- save(Canvas, boolean, boolean) - Method in class org.osmdroid.views.Projection
-
- saveFile(ITileSource, long, InputStream, Long) - 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, long, InputStream, Long) - Method in class org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter
-
- saveFile(ITileSource, long, InputStream, Long) - Method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- saveFile(ITileSource, long, InputStream, Long) - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- scaleBarLengthText(double) - 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
-
- SCALED - Static variable in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
-
- 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
-
- scrollBy(int, int) - Method in class org.osmdroid.views.MapView
-
- 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
-
- SegmentClipper - Class in org.osmdroid.util
-
A tool to clip segments
- SegmentClipper() - Constructor for class org.osmdroid.util.SegmentClipper
-
- SegmentIntersection - Class in org.osmdroid.util
-
A class dedicated to the computation of 2D segments intersection points
- SegmentIntersection() - Constructor for class org.osmdroid.util.SegmentIntersection
-
- 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.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(double, double, double, double) - Method in class org.osmdroid.util.BoundingBox
-
- set(PointL) - Method in class org.osmdroid.util.PointL
-
- set(long, long) - Method in class org.osmdroid.util.PointL
-
- set(long, long, long, long) - Method in class org.osmdroid.util.RectL
-
- set(RectL) - Method in class org.osmdroid.util.RectL
-
- set(long, long, long, long, PointAccepter, boolean) - Method in class org.osmdroid.util.SegmentClipper
-
- 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.CopyrightOverlay
-
- setAlignBottom(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
- setAlignRight(boolean) - Method in class org.osmdroid.views.overlay.CopyrightOverlay
-
- 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
-
- setAnimationSpeedDefault(int) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setAnimationSpeedDefault(int) - Method in interface org.osmdroid.config.IConfigurationProvider
-
Used during zoom animations
https://github.com/osmdroid/osmdroid/issues/650
- setAnimationSpeedShort(int) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setAnimationSpeedShort(int) - Method in interface org.osmdroid.config.IConfigurationProvider
-
Used during zoom animations
https://github.com/osmdroid/osmdroid/issues/650
- setAppCode(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setAppId(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setAzimuthOffset(float) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
An offset added to the bearing when drawing the compass.
- setBackgroundColor(int) - Method in interface org.osmdroid.api.IMapView
-
- setBackgroundColor(int) - Method in class org.osmdroid.views.MapView
-
- setBackgroundColor(int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
background color for the text labels
- 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.GroundOverlay2
-
- setBearing(float) - Method in class org.osmdroid.views.overlay.mylocation.DirectedLocationOverlay
-
- setBingKey(String) - Static method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- 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
-
Initial tile cache size (in memory).
- setCacheMapTileOvershoot(short) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setCacheMapTileOvershoot(short) - Method in interface org.osmdroid.config.IConfigurationProvider
-
In memory tile count, used by the tiles overlay
- setCanvas(Canvas) - Method in class org.osmdroid.views.overlay.LineDrawer
-
- setCanvasRect(Rect) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- 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)
- setCleanupOnStart(boolean) - Static method in class org.osmdroid.tileprovider.modules.SqlTileWriter
-
- setClipArea(long, long, long, long) - Method in class org.osmdroid.views.overlay.LinearRing
-
- setClipArea(MapView) - Method in class org.osmdroid.views.overlay.LinearRing
-
- 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
-
- setCompassInCenter(boolean) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
Put the compass in the center of the map regardless of the supplied coordinates.
- 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
-
- setDecimalFormatter(DecimalFormat) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- setDefaults() - Static method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay
-
Deprecated.
resets the settings
- 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
- setDisplayName(String) - Method in class org.osmdroid.tileprovider.util.StorageUtils.StorageInfo
-
- setDistances(double[]) - Method in class org.osmdroid.views.overlay.milestones.MilestoneLister
-
- setDistances(double[]) - Method in class org.osmdroid.views.overlay.milestones.MilestoneManager
-
- setDomainOverride(String) - Method in class org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
-
- setDraggable(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- setDragOffset(float) - Method in class org.osmdroid.views.overlay.Marker
-
set the offset in millimeters that the marker is moved up while dragging
- 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.ItemizedOverlay
-
- 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.
- setEnableTextLabelsWhenNoImage(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- setExpectedCenter(IGeoPoint) - Method in class org.osmdroid.views.MapView
-
Deferred setting of the expected next map center computed by the Projection's constructor,
with no guarantee it will be 100% respected.
- 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
- 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
-
- setFontColor(int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- setFontSize(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
-
default is 14
- setFontSizeDp(short) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- 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
-
- setHorizontalMapRepetitionEnabled(boolean) - Method in class org.osmdroid.views.MapView
-
If horizontalMapRepetition is enabled the map repeats in left/right direction and scrolling wraps around the
edges.
- setHorizontalWrapEnabled(boolean) - Method in class org.osmdroid.util.TileLooper
-
- setHorizontalWrapEnabled(boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- setHttpHeaderDateTimeFormat(SimpleDateFormat) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setHttpHeaderDateTimeFormat(SimpleDateFormat) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setHttpProxy(Proxy) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setHttpProxy(Proxy) - Method in interface org.osmdroid.config.IConfigurationProvider
-
- setIcon(Drawable) - Method in class org.osmdroid.views.overlay.Marker
-
Sets the icon for the marker.
- setId(String) - Method in class org.osmdroid.views.overlay.Marker
-
- setId(String) - Method in class org.osmdroid.views.overlay.Polygon
-
- setId(String) - Method in class org.osmdroid.views.overlay.Polyline
-
- setIgnoreTileSource(boolean) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
-
- setIgnoreTileSource(boolean) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
-
- setIgnoreTileSource(boolean) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
-
- setIgnoreTileSource(boolean) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
-
- setIgnoreTileSource(boolean) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
-
- setImage(Bitmap) - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- 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.
- setInfoWindow(InfoWindow) - Method in class org.osmdroid.views.overlay.Polygon
-
Set the InfoWindow to be used.
- setInfoWindow(InfoWindow) - Method in class org.osmdroid.views.overlay.Polyline
-
Set the InfoWindow to be used.
- setInfoWindowAnchor(float, float) - Method in class org.osmdroid.views.overlay.Marker
-
- setInfoWindowLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.Polygon
-
Sets the info window's cartoon bubble point to this location
- setInfoWindowLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.Polyline
-
Sets the info window's cartoon bubble point to this location
- setInitCenter(IGeoPoint) - Method in class org.osmdroid.views.MapView
-
Deprecated.
- 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
-
- setLineColor(int) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- setLineWidth(float) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
- 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
-
Deprecated.
- setMapListener(MapListener) - Method in class org.osmdroid.views.MapView
-
Deprecated.
- setMapOrientation(float) - Method in class org.osmdroid.views.MapView
-
rotates the map to the desired heading
- setMapOrientation(float, boolean) - Method in class org.osmdroid.views.MapView
-
There are some cases when we don't need explicit redraw
- setMapScroll(long, long) - Method in class org.osmdroid.views.MapView
-
- setMapScroll(MapView) - Method in class org.osmdroid.views.Projection
-
- 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.
- setMapViewRecyclerFriendly(boolean) - Method in class org.osmdroid.config.DefaultConfigurationProvider
-
- setMapViewRecyclerFriendly(boolean) - Method in interface org.osmdroid.config.IConfigurationProvider
-
If true, the map view will set .setHasTransientState(true) for API 16+ devices.
- 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
-
- setMaximumCachedFileAge(long) - Method in class org.osmdroid.tileprovider.modules.TileWriter
-
- 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(Double) - 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.
- setMilestoneManagers(List<MilestoneManager>) - Method in class org.osmdroid.views.overlay.Polygon
-
- setMilestoneManagers(List<MilestoneManager>) - Method in class org.osmdroid.views.overlay.Polyline
-
- setMinZoom(int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the minimum zoom level for the scale bar to be drawn.
- setMinZoomLevel(Double) - 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.
- setMultiplier(float) - Method in class org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay2
-
default is 1, larger number = more lines on screen.
- setMultiTouchControls(boolean) - Method in class org.osmdroid.views.MapView
-
- setMultiTouchScale(float) - Method in class org.osmdroid.views.MapView
-
- setMultiTouchScaleCurrentPoint(float, float) - Method in class org.osmdroid.views.MapView
-
- setMultiTouchScaleInitPoint(float, float) - 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
-
- setOffset(int, int) - Method in class org.osmdroid.views.overlay.CopyrightOverlay
-
Sets the screen offset.
- 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
-
by default, maps to getOsmdroidBasePath() + "/tiles"
Sets the location where the tile cache is stored.
- setOverlayManager(OverlayManager) - Method in class org.osmdroid.views.MapView
-
- 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.LineDrawer
-
- 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.
- setPointerMode(boolean) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
-
The compass can operate in two modes.
- setPoints(List<GeoPoint>) - Method in class org.osmdroid.views.overlay.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.
- setPointStyle(Paint) - Method in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- setPosition(GeoPoint, GeoPoint) - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- setPosition(GeoPoint) - Method in class org.osmdroid.views.overlay.Marker
-
sets the location on the planet where the icon is rendered
- 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
- setPossibleTilesInArea(int) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerDialog
-
- setPreviousEnabled(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
-
- setProjection(Projection) - Method in class org.osmdroid.views.MapView
-
Deprecated.
- setProjection(Projection) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- 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.infowindow.InfoWindow
-
Allows to link an Object (any Object) to this marker.
- 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
-
rotates the icon in relation to the map
- setScaleBarOffset(int, int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the scale bar screen offset for the bar.
- setScrollableAreaLimitDouble(BoundingBox) - Method in class org.osmdroid.views.MapView
-
Set the map to limit it's scrollable view to the specified BoundingBox.
- setScrollableAreaLimitLatitude(double, double, int) - Method in class org.osmdroid.views.MapView
-
sets the scroll limit
Example:
To block vertical scroll of the view outside north/south poles:
mapView.setScrollableAreaLimitLatitude(TileSystem.MaxLatitude,-TileSystem.MaxLatitude, 0);
Warning:
Don't use latitude values outside the [-TileSystem.MaxLatitude, TileSystem.MaxLatitude] range, this would cause an ANR.
- setScrollableAreaLimitLongitude(double, double, int) - Method in class org.osmdroid.views.MapView
-
sets the scroll limit
- 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.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(String) - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
-
- 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.
- setTextColor(int) - Method in class org.osmdroid.views.overlay.CopyrightOverlay
-
- setTextLabelBackgroundColor(int) - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- setTextLabelFontSize(int) - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- setTextLabelForegroundColor(int) - Method in class org.osmdroid.views.overlay.Marker
-
used for when the icon is explicitly set to null and the title is not, this will
style the rendered text label
- setTextPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
-
Sets the paint for drawing the text
- setTextSize(int) - Method in class org.osmdroid.views.overlay.CopyrightOverlay
-
- 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.
- setTextStyle(Paint) - Method in class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- 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
-
Deprecated.
- setTileRemovedListener(MapTileCache.TileRemovedListener) - Method in class org.osmdroid.tileprovider.MapTileCache
-
- 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.MapTileApproximater
-
Deprecated.
- 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
-
if true, tiles are scaled to the current DPI of the display.
- setTilesScaleFactor(float) - Method in class org.osmdroid.views.MapView
-
Setting an additional scale factor both for ScaledToDpi and standard size
> 1.0 enlarges map display, < 1.0 shrinks map display
- setTitle(String) - Method in class org.osmdroid.views.overlay.OverlayWithIW
-
- setTransparency(float) - Method in class org.osmdroid.views.overlay.GroundOverlay2
-
- 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.
- setVerifyCancel(boolean) - Method in class org.osmdroid.tileprovider.cachemanager.CacheManager
-
- setVerticalMapRepetitionEnabled(boolean) - Method in class org.osmdroid.views.MapView
-
If horizontalMapRepetition is enabled the map repeats in top/bottom direction and scrolling wraps around the
edges.
- setVerticalWrapEnabled(boolean) - Method in class org.osmdroid.util.TileLooper
-
- setVerticalWrapEnabled(boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
- setViewPort(Canvas, MapView) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- setViewPort(Canvas, MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
-
Get the area we are drawing to
- setVisible(boolean) - Method in class org.osmdroid.views.overlay.Marker
-
- 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
-
Deprecated.
- setZoom(double) - Method in interface org.osmdroid.api.IMapController
-
- setZoom(int) - Method in class org.osmdroid.views.MapController
-
- setZoom(double) - Method in class org.osmdroid.views.MapController
-
- setZoomDifference(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
-
- setZoomLevel(double) - 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
-
shows the info window, if it's open, this will close and reopen it
- showInfoWindow(GeoPoint) - Method in class org.osmdroid.views.overlay.Polygon
-
- showInfoWindow(GeoPoint) - Method in class org.osmdroid.views.overlay.Polyline
-
- 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.OnClickListener - Interface in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlay.PointAdapter - Interface in org.osmdroid.views.overlay.simplefastpoint
-
- SimpleFastPointOverlay.StyledLabelledPoint - Class in org.osmdroid.views.overlay.simplefastpoint
-
Just a light internal class for storing point data
- 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>) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- SimplePointTheme(List<IGeoPoint>, boolean) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimplePointTheme
-
- SimplePointTheme(List<IGeoPoint>, boolean, 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.util.ListPointL
-
- 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
-
- SPINAL_MAP - Static variable in class org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
-
- 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
-
- startAnimation() - Method in class org.osmdroid.views.MapView
-
- 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
- StyledLabelledGeoPoint - Class in org.osmdroid.views.overlay.simplefastpoint
-
Created by miguel on 07-01-2018.
- StyledLabelledGeoPoint(double, double) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(double, double, double) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(double, double, double, String) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(Location) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(GeoPoint) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(double, double, String) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(double, double, String, Paint, Paint) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(double, double, double, String, Paint, Paint) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledGeoPoint(LabelledGeoPoint) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.StyledLabelledGeoPoint
-
- StyledLabelledPoint(Point, String, Paint, Paint) - Constructor for class org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlay.StyledLabelledPoint
-