A B C D E F G H I L M N O P Q R S T U V W X Y Z 

A

acceptAnySource() - Method in class org.osmdroid.util.GEMFFile
 
add(int, Overlay) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
add(int, Overlay) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
addGreatCircle(GeoPoint, GeoPoint) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
Draw a great circle.
addGreatCircle(GeoPoint, GeoPoint, int) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
Draw a great circle.
addItem(Item) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
addItem(int, Item) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
addItems(List<Item>) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
addMarker(Marker) - Method in interface org.osmdroid.api.IMap
Add a marker.
addOnFirstLayoutListener(MapView.OnFirstLayoutListener) - Method in class org.osmdroid.views.MapView
 
addPoint(IGeoPoint) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
addPoint(int, int) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
addPoints(IGeoPoint...) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
addPoints(List<IGeoPoint>) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
addPointsToPolyline(int, IGeoPoint...) - Method in interface org.osmdroid.api.IMap
Add points to a polyline
addPolyline(Polyline) - Method in interface org.osmdroid.api.IMap
Add a polyline.
addTileSource(ITileSource) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
adjustForDateLine(int, int, Point) - Method in class org.osmdroid.views.Projection
 
alignment - Variable in class org.osmdroid.views.MapView.LayoutParams
The alignment the alignment of the view compared to the location.
anchor - Variable in class org.osmdroid.api.Marker
 
anchor(Marker.Anchor) - Method in class org.osmdroid.api.Marker
Anchor of marker.
animateTo(IGeoPoint) - Method in interface org.osmdroid.api.IMapController
 
animateTo(IGeoPoint) - Method in class org.osmdroid.views.MapController
Start animating the map towards the given point.
animateTo(int, int) - Method in class org.osmdroid.views.MapController
Start animating the map towards the given point.
animateTo(IGeoPoint) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Start animating the map towards the given point.
animateTo(double, double) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Start animating the map towards the given point.
animateTo(GeoPoint, MapControllerOld.AnimationType) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Animates the underlying MapView that it centers the passed GeoPoint in the end.
animateTo(GeoPoint, MapControllerOld.AnimationType, int, int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Animates the underlying MapView that it centers the passed GeoPoint in the end.
animateTo(int, int, MapControllerOld.AnimationType) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Animates the underlying MapView that it centers the passed coordinates in the end.
animateTo(int, int, MapControllerOld.AnimationType, int, int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Animates the underlying MapView that it centers the passed coordinates in the end.
ANIMATION_DURATION_DEFAULT - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
ANIMATION_DURATION_LONG - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
ANIMATION_DURATION_SHORT - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
ANIMATION_SMOOTHNESS_DEFAULT - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
ANIMATION_SMOOTHNESS_HIGH - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
ANIMATION_SMOOTHNESS_LOW - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
applyReusableOptions(BitmapFactory.Options) - Method in class org.osmdroid.tileprovider.BitmapPool
 
ArchiveFileFactory - Class in org.osmdroid.tileprovider.modules
 
ArchiveFileFactory() - Constructor for class org.osmdroid.tileprovider.modules.ArchiveFileFactory
 

B

barPath - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
 
BASE_OVERLAY_NL - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
bearingTo(IGeoPoint) - Method in class org.osmdroid.util.GeoPoint
 
beginUsingDrawable() - Method in class org.osmdroid.tileprovider.ReusableBitmapDrawable
 
bitmap - Variable in class org.osmdroid.api.Marker
Bitmap of marker.
bitmap(Bitmap) - Method in class org.osmdroid.api.Marker
Bitmap of marker.
BitmapPool - Class in org.osmdroid.tileprovider
 
BitmapPool() - Constructor for class org.osmdroid.tileprovider.BitmapPool
 
BitmapTileSourceBase - Class in org.osmdroid.tileprovider.tilesource
 
BitmapTileSourceBase(String, int, int, int, String) - Constructor for class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
Constructor
BitmapTileSourceBase.LowMemoryException - Exception in org.osmdroid.tileprovider.tilesource
 
BitmapTileSourceBase.LowMemoryException(String) - Constructor for exception org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.LowMemoryException
 
BitmapTileSourceBase.LowMemoryException(Throwable) - Constructor for exception org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.LowMemoryException
 
BOTTOM_CENTER - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
BOTTOM_LEFT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
BOTTOM_RIGHT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
BoundingBoxE6 - Class in org.osmdroid.util
 
BoundingBoxE6(int, int, int, int) - Constructor for class org.osmdroid.util.BoundingBoxE6
 
BoundingBoxE6(double, double, double, double) - Constructor for class org.osmdroid.util.BoundingBoxE6
 
boundToHotspot(Drawable, OverlayItem.HotspotPlace) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Adjusts a drawable's bounds so that (0,0) is a pixel in the location described by the hotspot parameter.
bringToBoundingBox(int, int) - Method in class org.osmdroid.util.BoundingBoxE6
 
BuildConfig - Class in org.osmdroid.library
 
BuildConfig() - Constructor for class org.osmdroid.library.BuildConfig
 

C

CACHE_MAPTILECOUNT_DEFAULT - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Initial tile cache size.
callback - Variable in class org.osmdroid.events.DelayedMapListener
 
canZoomIn() - Method in class org.osmdroid.views.MapView
 
canZoomOut() - Method in class org.osmdroid.views.MapView
 
center - Static variable in class org.osmdroid.library.R.drawable
 
CENTER - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
CENTER_LEFT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
CENTER_RIGHT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
checkLayoutParams(ViewGroup.LayoutParams) - Method in class org.osmdroid.views.MapView
 
clear() - Method in interface org.osmdroid.api.IMap
Removes all markers, polylines, polygons, overlays, etc from the map.
clear() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
clear() - Method in class org.osmdroid.tileprovider.MapTileCache
 
clearBitmapPool() - Method in class org.osmdroid.tileprovider.BitmapPool
 
clearPath() - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
clearPolyline(int) - Method in interface org.osmdroid.api.IMap
Removes one polyline.
clearTileCache() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 
clone() - Method in class org.osmdroid.util.GeoPoint
 
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
 
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
 
color - Variable in class org.osmdroid.api.Polyline
The color of the polyline.
color(int) - Method in class org.osmdroid.api.Polyline
The color of the polyline.
COMPASS_FRAME_CENTER_X - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
COMPASS_FRAME_CENTER_Y - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
COMPASS_ROSE_CENTER_X - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
COMPASS_ROSE_CENTER_Y - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
CompassOverlay - Class in org.osmdroid.views.overlay.compass
 
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
 
CompassOverlay(Context, IOrientationProvider, MapView, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.compass.CompassOverlay
 
computeScroll() - Method in class org.osmdroid.views.MapView
 
ConfigurablePriorityThreadFactory - Class in org.osmdroid.tileprovider.modules
 
ConfigurablePriorityThreadFactory(int, String) - Constructor for class org.osmdroid.tileprovider.modules.ConfigurablePriorityThreadFactory
 
contains(IGeoPoint) - Method in class org.osmdroid.util.BoundingBoxE6
 
contains(int, int) - Method in class org.osmdroid.util.BoundingBoxE6
 
containsTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileCache
 
containsTileSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
copy(InputStream, OutputStream) - Static method in class org.osmdroid.tileprovider.util.StreamUtils
Copy the content of the input stream into the output stream, using a temporary byte array buffer whose size is defined by StreamUtils.IO_BUFFER_SIZE.
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
Creates a MapTileCache to be used to cache tiles in memory.
CREATOR - Static variable in class org.osmdroid.util.BoundingBoxE6
 
CREATOR - Static variable in class org.osmdroid.util.GeoPoint
 
CYCLEMAP - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 

D

DatabaseFileArchive - Class in org.osmdroid.tileprovider.modules
This is the OSMdroid style database provider.
DatabaseFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
DEBUG - Static variable in class org.metalev.multitouch.controller.MultiTouchController
Generate tons of log entries for debugging
DEBUG - Static variable in class org.osmdroid.library.BuildConfig
 
DEBUG_TILE_PROVIDERS - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
DEBUGMODE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
DEBUGMODE - Static variable in class org.osmdroid.tileprovider.util.CloudmadeUtil
 
DEBUGMODE - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
DEBUGMODE - Static variable in interface org.osmdroid.views.util.constants.OverlayConstants
 
DEFAULT_DELAY - Static variable in class org.osmdroid.events.DelayedMapListener
Default listening delay
DEFAULT_MARKER_SIZE - Static variable in class org.osmdroid.views.overlay.OverlayItem
 
DEFAULT_MAXIMUM_CACHED_FILE_AGE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
DEFAULT_TILE_SOURCE - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
DEFAULT_ZOOMLEVEL_MINIMAP_DIFFERENCE - Static variable in interface org.osmdroid.views.util.constants.OverlayConstants
 
DEFAULTMARKER_BACKGROUNDCOLOR - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
DefaultOverlayManager - Class in org.osmdroid.views.overlay
 
DefaultOverlayManager(TilesOverlay) - Constructor for class org.osmdroid.views.overlay.DefaultOverlayManager
 
DefaultResourceProxyImpl - Class in org.osmdroid
Default implementation of ResourceProxy that returns fixed string to get string resources and reads the jar package to get bitmap resources.
DefaultResourceProxyImpl(Context) - Constructor for class org.osmdroid.DefaultResourceProxyImpl
Constructor.
DEG2RAD - Static variable in class org.osmdroid.util.GeometryMath
 
DEG2RAD - Static variable in interface org.osmdroid.views.util.constants.MathConstants
 
delay - Variable in class org.osmdroid.events.DelayedMapListener
Listening delay, in milliseconds
DelayedMapListener - Class in org.osmdroid.events
 
DelayedMapListener(MapListener, long) - Constructor for class org.osmdroid.events.DelayedMapListener
 
DelayedMapListener(MapListener) - Constructor for class org.osmdroid.events.DelayedMapListener
 
describeContents() - Method in class org.osmdroid.util.BoundingBoxE6
 
describeContents() - Method in class org.osmdroid.util.GeoPoint
 
DESCRIPTION_BOX_CORNERWIDTH - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
DESCRIPTION_BOX_PADDING - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
DESCRIPTION_LINE_HEIGHT - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
DESCRIPTION_MAXWIDTH - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
DESCRIPTION_TITLE_EXTRA_LINE_HEIGHT - Static variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
Additional to DESCRIPTION_LINE_HEIGHT.
destinationPoint(double, float) - Method in class org.osmdroid.util.GeoPoint
Calculate a point that is the specified distance and bearing away from this point.
detach() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
detach() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 
detach() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
detach() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
 
detach() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Detach, we're shutting down - Stops all workers.
DirectedLocationOverlay - Class in org.osmdroid.views.overlay
 
DirectedLocationOverlay(Context) - Constructor for class org.osmdroid.views.overlay.DirectedLocationOverlay
 
DirectedLocationOverlay(Context, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.DirectedLocationOverlay
 
direction_arrow - Static variable in class org.osmdroid.library.R.drawable
 
DIRECTION_ARROW - Variable in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
DIRECTION_ARROW - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
DIRECTION_ARROW_CENTER_X - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
DIRECTION_ARROW_CENTER_Y - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
disableCompass() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
disableCompass() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
Disable orientation updates
disableCompass() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Disable orientation updates
disableFollowLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Disables "follow" functionality.
disableFollowLocation() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Disables "follow" functionality.
disableMyLocation() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
disableMyLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Disable location updates
disableMyLocation() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Disable location updates
disableScaleBar() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
 
dispatch(MapEvent) - Method in class org.osmdroid.events.DelayedMapListener
 
dispatchDraw(Canvas) - Method in class org.osmdroid.views.MapView
 
dispatchTouchEvent(MotionEvent) - Method in class org.osmdroid.views.MapView
 
distanceTo(IGeoPoint) - Method in class org.osmdroid.util.GeoPoint
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Draw a marker on each of our items.
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.MinimapOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.Overlay
Draw the overlay over the map.
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
This method draws the line.
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.TilesOverlay
 
drawAt(Canvas, Drawable, int, int, boolean, float) - Static method in class org.osmdroid.views.overlay.Overlay
Convenience method to draw a Drawable at an offset.
drawCompass(Canvas, float, Rect) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
drawCompass(Canvas, float, Rect) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
drawLatitudeScale(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Latitudinal / horizontal scale bar flag
drawLongitudeScale(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Longitudinal / vertical scale bar flag
drawMyLocation(Canvas, MapView, Location) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
drawMyLocation(Canvas, MapView, Location) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
drawTiles(Canvas, Projection, int, int, Rect) - Method in class org.osmdroid.views.overlay.TilesOverlay
This is meant to be a "pure" tile drawing function that doesn't take into account osmdroid-specific characteristics (like osmdroid's canvas's having 0,0 as the center rather than the upper-left corner).

E

enableCompass() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
enableCompass(IOrientationProvider) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
enableCompass() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
Enable receiving orientation updates from the provided IOrientationProvider and show a compass on the map.
enableCompass() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Enable orientation sensor (compass) updates and show a compass on the map.
enableFollowLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Enables "follow" functionality.
enableFollowLocation() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Enables "follow" functionality.
enableMyLocation() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
enableMyLocation(IMyLocationProvider) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
enableMyLocation() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Enable receiving location updates from the provided IMyLocationProvider and show your location on the maps.
enableMyLocation() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Enable location updates and show your current location on the map.
enableScaleBar() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
 
ensureCapacity(int) - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
ensureCapacity(int) - Method in class org.osmdroid.tileprovider.MapTileCache
 
ensureCapacity(int) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 
equals(Object) - Method in class org.osmdroid.tileprovider.MapTile
 
equals(Object) - Method in class org.osmdroid.util.GeoPoint
 
EQUATORCIRCUMFENCE - Static variable in interface org.osmdroid.util.constants.GeoConstants
 
ExpirableBitmapDrawable - Class in org.osmdroid.tileprovider
A BitmapDrawable for a MapTile that has a state to indicate that it's expired.
ExpirableBitmapDrawable(Bitmap) - Constructor for class org.osmdroid.tileprovider.ExpirableBitmapDrawable
 

F

FEET_PER_METER - Static variable in interface org.osmdroid.util.constants.GeoConstants
 
FIETS_OVERLAY_NL - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
FileBasedTileSource - Class in org.osmdroid.tileprovider.tilesource
this is an extremely simple tile source that should only be used for offline sources.
FileBasedTileSource(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.FileBasedTileSource
 
finaliseLoop() - Method in class org.osmdroid.util.TileLooper
 
findNextAppropriateProvider(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
We want to not use a provider that doesn't exist anymore in the chain, and we want to not use a provider that requires a data connection when one is not available.
finishUsingDrawable() - Method in class org.osmdroid.tileprovider.ReusableBitmapDrawable
 
followLocation(boolean) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
fromCenterBetween(GeoPoint, GeoPoint) - Static method in class org.osmdroid.util.GeoPoint
 
fromDoubleString(String, char) - Static method in class org.osmdroid.util.GeoPoint
 
fromGeoPoints(ArrayList<? extends GeoPoint>) - Static method in class org.osmdroid.util.BoundingBoxE6
 
fromIntString(String) - Static method in class org.osmdroid.util.GeoPoint
 
fromInvertedDoubleString(String, char) - Static method in class org.osmdroid.util.GeoPoint
 
fromPixels(int, int) - Method in interface org.osmdroid.api.IProjection
Create a new GeoPoint from pixel coordinates relative to the top-left of the MapView that provided this PixelConverter.
fromPixels(int, int) - Method in class org.osmdroid.views.Projection
 
fromPixels(int, int, GeoPoint) - Method in class org.osmdroid.views.Projection
 

G

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
 
GEMFFileArchive - Class in org.osmdroid.tileprovider.modules
 
GEMFFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
generateDefaultLayoutParams() - Method in class org.osmdroid.views.MapView
Returns a set of layout parameters with a width of ViewGroup.LayoutParams.WRAP_CONTENT, a height of ViewGroup.LayoutParams.WRAP_CONTENT at the GeoPoint (0, 0) align with MapView.LayoutParams.BOTTOM_CENTER.
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
 
GeoPoint(int, int, int) - Constructor for class org.osmdroid.util.GeoPoint
 
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.views.overlay.DefaultOverlayManager
 
get(int) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
getAccessToken() - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
getAction() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
 
getAltitude() - Method in class org.osmdroid.util.GeoPoint
 
getAngle() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
 
getArchiveFile(File) - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
Return an implementation of IArchiveFile for the specified file.
getArchives() - Method in class org.osmdroid.tileprovider.modules.OfflineTileProvider
 
getBarPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Return's the paint used to draw the bar
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 interface org.osmdroid.api.IMap
Get the bearing of the map.
getBearing() - Method in interface org.osmdroid.api.IPosition
The bearing of the map
getBearing() - Method in class org.osmdroid.util.Position
 
getBitmap(ResourceProxy.bitmap) - Method in class org.osmdroid.DefaultResourceProxyImpl
 
getBitmap(ResourceProxy.bitmap) - Method in interface org.osmdroid.ResourceProxy
 
getBitmap(ResourceProxy.bitmap) - Method in class org.osmdroid.util.ResourceProxyImpl
 
getBoundingBox() - Method in class org.osmdroid.views.MapView
 
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(int, int, int, int, 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.
getCallback() - Method in class org.osmdroid.tileprovider.MapTileRequestState
 
getCellularDataNetworkAvailable() - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
 
getCellularDataNetworkAvailable() - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
 
getCenter() - Method in interface org.osmdroid.api.IMap
Get the center of the map
getCenter() - Method in class org.osmdroid.util.BoundingBoxE6
 
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.
getController() - Method in interface org.osmdroid.api.IMapView
 
getController() - Method in class org.osmdroid.views.MapView
 
getCurrentProvider() - Method in class org.osmdroid.tileprovider.MapTileRequestState
 
getDatabaseFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
getDatabaseFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
getDefaultMarker(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
 
getDiagonalLengthInMeters() - Method in class org.osmdroid.util.BoundingBoxE6
 
getDisplayMetricsDensity() - Method in class org.osmdroid.DefaultResourceProxyImpl
 
getDisplayMetricsDensity() - Method in interface org.osmdroid.ResourceProxy
Gets the density from the current screen's DisplayMetrics
getDraggableObjectAtPoint(MultiTouchController.PointInfo) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
See if there is a draggable object at the current point.
getDraggableObjectAtPoint(MultiTouchController.PointInfo) - Method in class org.osmdroid.views.MapView
 
getDrawable(ResourceProxy.bitmap) - Method in class org.osmdroid.DefaultResourceProxyImpl
 
getDrawable(ResourceProxy.bitmap) - Method in interface org.osmdroid.ResourceProxy
Get a bitmap as a Drawable
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(ResourceProxy.bitmap) - Method in class org.osmdroid.util.ResourceProxyImpl
 
getDrawable() - Method in class org.osmdroid.views.overlay.OverlayItem
 
getDrawnItemsLimit() - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
getEventTime() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
 
getFocus() - Method in class org.osmdroid.views.overlay.ItemizedOverlay
 
getFocusedItem() - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
getGEMFFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
getGeoPointOfRelativePositionWithExactGudermannInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBoxE6
 
getGeoPointOfRelativePositionWithLinearInterpolation(float, float) - Method in class org.osmdroid.util.BoundingBoxE6
 
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
 
getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
getInputStream(ITileSource, MapTile) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
Get the input stream for the requested tile.
getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
getInputStream(ITileSource, MapTile) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
 
getInputStream(int, int, int) - Method in class org.osmdroid.util.GEMFFile
 
getInstance() - Static method in class org.osmdroid.tileprovider.BitmapPool
 
getIntrinsicScreenRect(Rect) - Method in class org.osmdroid.views.MapView
 
getIntrinsicScreenRect() - Method in class org.osmdroid.views.Projection
 
getInvertedScaleRotateCanvasMatrix() - Method in class org.osmdroid.views.Projection
This will provide a Matrix that will revert the current map's scaling and rotation.
getItem(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Returns the Item at the given index.
getLastFix() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
getLastFix() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
getLastFix() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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 interface org.osmdroid.api.IPosition
The latitude of the center of the map
getLatitude() - Method in class org.osmdroid.util.GeoPoint
 
getLatitude() - Method in class org.osmdroid.util.Position
 
getLatitudeE6() - Method in interface org.osmdroid.api.IGeoPoint
 
getLatitudeE6() - Method in class org.osmdroid.util.GeoPoint
 
getLatitudeSpan() - Method in interface org.osmdroid.api.IMapView
 
getLatitudeSpan() - Method in class org.osmdroid.views.MapView
 
getLatitudeSpanE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
getLatNorthE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
getLatSouthE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
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.DirectedLocationOverlay
 
getLocationUpdateMinDistance() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
getLocationUpdateMinDistance() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
getLocationUpdateMinTime() - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
getLocationUpdateMinTime() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
getLonEastE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
getLongitude() - Method in interface org.osmdroid.api.IGeoPoint
 
getLongitude() - Method in interface org.osmdroid.api.IPosition
The longitude of the center of the map
getLongitude() - Method in class org.osmdroid.util.GeoPoint
 
getLongitude() - Method in class org.osmdroid.util.Position
 
getLongitudeE6() - Method in interface org.osmdroid.api.IGeoPoint
 
getLongitudeE6() - Method in class org.osmdroid.util.GeoPoint
 
getLongitudeSpan() - Method in interface org.osmdroid.api.IMapView
 
getLongitudeSpan() - Method in class org.osmdroid.views.MapView
 
getLongitudeSpanE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
getLonWestE6() - Method in class org.osmdroid.util.BoundingBoxE6
 
getMapBoxMapId() - Static method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
getMapCenter() - Method in interface org.osmdroid.api.IMapView
 
getMapCenter() - Method in class org.osmdroid.views.MapView
Returns the current center-point position of the map, as a GeoPoint (latitude and longitude).
getMapOrientation() - Method in class org.osmdroid.views.MapView
 
getMapOrientation() - Method in class org.osmdroid.views.Projection
 
getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileCache
 
getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
getMapTile(MapTile) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Attempts to get a Drawable that represents a MapTile.
getMapTile() - Method in class org.osmdroid.tileprovider.MapTileRequestState
 
getMarker(int) - Method in class org.osmdroid.views.overlay.OverlayItem
 
getMarkerHotspot() - Method in class org.osmdroid.views.overlay.OverlayItem
 
getMaximumZoomLevel() - Static method in class microsoft.mappoint.TileSystem
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Gets the maximum zoom level this tile provider can provide
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Gets the maximum zoom level this tile provider can provide
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
getMaximumZoomLevel() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
Get the maximum zoom level this tile source can provide.
getMaximumZoomLevel() - Method in class org.osmdroid.views.overlay.TilesOverlay
 
getMaxZoomLevel() - Method in interface org.osmdroid.api.IMapView
 
getMaxZoomLevel() - Method in class org.osmdroid.views.MapView
Get the maximum allowed zoom level for the maps.
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Gets the minimum zoom level this tile provider can provide
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Gets the minimum zoom level this tile provider can provide
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.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.MyLocationOverlay
Deprecated.
Return a GeoPoint of the last known location, or null if not known.
getMyLocation() - Method in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
getMyLocationDrawingBounds(int, Location, Rect) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
getMyLocationDrawingBounds(int, Location, Rect) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
getMyLocationProvider() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
getName() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
getName() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
getName() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
getName() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
 
getName() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Gets the human-friendly name assigned to this tile provider.
getName() - Method in class org.osmdroid.util.GEMFFile
 
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.
 
getNumTouchPoints() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the total number of touch points
getOrientation() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
getOrientation() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
getOrientation() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
getOrientationProvider() - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
getOverlayManager() - Method in class org.osmdroid.views.MapView
 
getOverlays() - Method in class org.osmdroid.views.MapView
You can add/remove/reorder your Overlays using the List of Overlay.
getOvershootTileCache() - Method in class org.osmdroid.views.overlay.TilesOverlay
Get the tile cache overshoot value.
getPadding() - Method in class org.osmdroid.views.overlay.MinimapOverlay
Gets the number of pixels from the lower-right corner to offset the mini-map
getPaint() - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
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.
getPositionAndScale(T, MultiTouchController.PositionAndScale) - Method in interface org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas
Get the screen coords of the dragged object's origin, and scale multiplier to convert screen coords to obj coords.
getPositionAndScale(Object, MultiTouchController.PositionAndScale) - Method in class org.osmdroid.views.MapView
 
getPressure() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the pressure the first touch point if there's only one, or the average pressure of first and second touch points if two or more.
getPressures() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the array of pressures -- only the first getNumTouchPoints() of these is defined.
getProjection() - Method in interface org.osmdroid.api.IMap
Get the map 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.
getProviderExists(MapTileModuleProviderBase) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(int, int, PointF) - Method in class org.osmdroid.util.BoundingBoxE6
 
getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(int, int, PointF) - Method in class org.osmdroid.util.BoundingBoxE6
 
getResourceProxy() - Method in class org.osmdroid.views.MapView
 
getRouteToPathExists(int) - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
 
getRouteToPathExists(int) - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
 
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
Similar to Overlay.getSafeMenuId(), except this reserves a sequence of IDs of length count.
getScale() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
 
getScaleX() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
Included in case you want to support anisotropic scaling
getScaleY() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
Included in case you want to support anisotropic scaling
getScreenRect(Rect) - Method in class org.osmdroid.views.MapView
Gets the current bounds of the screen in screen coordinates.
getScreenRect() - Method in class org.osmdroid.views.Projection
 
getScrollableAreaLimit() - Method in class org.osmdroid.views.MapView
 
getScroller() - Method in class org.osmdroid.views.MapView
 
getSdCardAvailable() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
 
getSnippet() - Method in class org.osmdroid.views.overlay.OverlayItem
 
getSource() - Method in class org.osmdroid.events.ScrollEvent
 
getSource() - Method in class org.osmdroid.events.ZoomEvent
 
getSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.FileBasedTileSource
 
getSources() - Method in class org.osmdroid.util.GEMFFile
 
getSouthWest() - Method in interface org.osmdroid.api.IProjection
Get the coordinates of the most south-westerly visible point of the map.
getSouthWest() - Method in class org.osmdroid.views.Projection
 
getState() - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
 
getString(ResourceProxy.string) - Method in class org.osmdroid.DefaultResourceProxyImpl
 
getString(ResourceProxy.string, Object...) - Method in class org.osmdroid.DefaultResourceProxyImpl
 
getString(ResourceProxy.string) - Method in interface org.osmdroid.ResourceProxy
 
getString(ResourceProxy.string, Object...) - Method in interface org.osmdroid.ResourceProxy
Use a string resource as a format definition, and format using the supplied format arguments.
getString(ResourceProxy.string) - Method in class org.osmdroid.util.ResourceProxyImpl
 
getString(ResourceProxy.string, Object...) - Method in class org.osmdroid.util.ResourceProxyImpl
 
getStyle() - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
 
getStyle() - Method in interface org.osmdroid.tileprovider.tilesource.IStyledTileSource
 
getTextPaint() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Returns the paint used to draw the text
getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
 
getThreadGroupName() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Gets the name assigned to the thread for this provider.
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
It is expected that the implementation will construct an internal member which internally implements a MapTileModuleProviderBase.TileLoader.
getTileProvider() - Method in class org.osmdroid.views.MapView
 
getTileRelativeFilenameString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
getTileRelativeFilenameString(MapTile) - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
Get a unique file path for the tile.
getTileRemovedListener() - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
getTileRequestCompleteHandler() - Method in class org.osmdroid.views.MapView
 
getTileSize() - Static method in class microsoft.mappoint.TileSystem
 
getTileSize() - Static method in class org.osmdroid.util.TileSystem
 
getTileSizePixels() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
getTileSizePixels() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
Get the tile size in pixels this tile source provides.
getTileSource() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Gets the tile source for this tile provider.
getTileSource() - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
getTileSource(String) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
Get the tile source with the specified name.
getTileSource(int) - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
Deprecated.
getTileSources() - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
getTileSources() - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
getTileSources() - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
returns a list of tile source names that are available in the archive, if supported
getTileSources() - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
getTileSources() - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
 
getTileSources() - Static method in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
getTilesOverlay() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
getTilesOverlay() - Method in interface org.osmdroid.views.overlay.OverlayManager
Gets the optional TilesOverlay class.
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
 
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
 
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
 
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.XYTileSource
 
getTitle() - Method in class org.osmdroid.views.overlay.OverlayItem
 
getUid() - Method in class org.osmdroid.views.overlay.OverlayItem
 
getUnitsOfMeasure() - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Gets the units of measure to be shown in the scale bar
getUsedCacheSpace() - Static method in class org.osmdroid.tileprovider.modules.TileWriter
Get the amount of disk space used by the tile cache.
getUserAgentValue() - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Enables you to get the value for HTTP user agents.
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.
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
 
getWiFiNetworkAvailable() - Method in interface org.osmdroid.tileprovider.modules.INetworkAvailablityCheck
 
getWiFiNetworkAvailable() - Method in class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
 
getX() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the X coord of the first touch point if there's only one, or the midpoint between first and second touch points if two or more.
getX() - Method in class org.osmdroid.events.ScrollEvent
 
getX() - Method in class org.osmdroid.tileprovider.MapTile
 
getXOff() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
 
getXs() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the array of X coords -- only the first getNumTouchPoints() of these is defined.
getY() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the X coord of the first touch point if there's only one, or the midpoint between first and second touch points if two or more.
getY() - Method in class org.osmdroid.events.ScrollEvent
 
getY() - Method in class org.osmdroid.tileprovider.MapTile
 
getYOff() - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
 
getYs() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Return the array of Y coords -- only the first getNumTouchPoints() of these is defined.
getZipFileArchive(File) - Static method in class org.osmdroid.tileprovider.modules.ZipFileArchive
 
getZoomDifference() - Method in class org.osmdroid.views.overlay.MinimapOverlay
 
getZoomLevel() - Method in interface org.osmdroid.api.IMap
Get the current zoom level of the map
getZoomLevel() - Method in interface org.osmdroid.api.IMapView
 
getZoomLevel() - Method in interface org.osmdroid.api.IPosition
The zoom level of the map
getZoomLevel() - Method in class org.osmdroid.events.ZoomEvent
 
getZoomLevel() - Method in class org.osmdroid.tileprovider.MapTile
 
getZoomLevel() - Method in class org.osmdroid.util.Position
 
getZoomLevel() - Method in class org.osmdroid.views.MapView
Get the current ZoomLevel for the map tiles.
getZoomLevel(boolean) - Method in class org.osmdroid.views.MapView
Get the current ZoomLevel for the map tiles.
getZoomLevel() - Method in class org.osmdroid.views.Projection
 
getZoomLevels() - Method in class org.osmdroid.util.GEMFFile
 
GPS_WAIT_TIME - Static variable in interface org.osmdroid.util.constants.UtilConstants
The time we wait after the last gps location before using a non-gps location.
GpsMyLocationProvider - Class in org.osmdroid.views.overlay.mylocation
 
GpsMyLocationProvider(Context) - Constructor for class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
GroundResolution(double, int) - Static method in class microsoft.mappoint.TileSystem
Determines the ground resolution (in meters per pixel) at a specified latitude and level of detail.
GroundResolution(double, int) - Static method in class org.osmdroid.util.TileSystem
 
gudermann(double) - Static method in class org.osmdroid.util.MyMath
 
gudermannInverse(double) - Static method in class org.osmdroid.util.MyMath
 

H

handleMessage(Message) - Method in class org.osmdroid.tileprovider.util.SimpleInvalidationHandler
 
handler - Variable in class org.osmdroid.events.DelayedMapListener
 
handleTile(Canvas, int, MapTile, int, int) - Method in class org.osmdroid.util.TileLooper
 
hasBearing() - Method in interface org.osmdroid.api.IPosition
Whether this position has a bearing
hasBearing() - Method in class org.osmdroid.util.Position
 
hashCode() - Method in class org.osmdroid.tileprovider.MapTile
 
hashCode() - Method in class org.osmdroid.util.GeoPoint
 
hasZoomLevel() - Method in interface org.osmdroid.api.IPosition
Whether this position has a zoom level
hasZoomLevel() - Method in class org.osmdroid.util.Position
 
HIKEBIKEMAP - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
hitTest(Item, Drawable, int, int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
See if a given hit point is within the bounds of an item's marker.

I

IArchiveFile - Interface in org.osmdroid.tileprovider.modules
 
icon - Variable in class org.osmdroid.api.Marker
Resource id of marker.
icon(int) - Method in class org.osmdroid.api.Marker
Resource id of marker.
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
 
IMap - Interface in org.osmdroid.api
An interface that contains the common features of osmdroid and Google Maps v2.
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.
IMyLocationConsumer - Interface in org.osmdroid.views.overlay.mylocation
 
IMyLocationOverlay - Interface in org.osmdroid.api
An interface that resembles the Google Maps API MyLocationOverlay class and is implemented by the osmdroid MyLocationOverlay class.
IMyLocationProvider - Interface in org.osmdroid.views.overlay.mylocation
 
increaseByScale(float) - Method in class org.osmdroid.util.BoundingBoxE6
 
INetworkAvailablityCheck - Interface in org.osmdroid.tileprovider.modules
 
init(File) - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
init(File) - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
init(File) - Method in interface org.osmdroid.tileprovider.modules.IArchiveFile
 
init(File) - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
init(File) - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
 
initialiseLoop(int, int) - Method in class org.osmdroid.util.TileLooper
 
InternalCompassOrientationProvider - Class in org.osmdroid.views.overlay.compass
 
InternalCompassOrientationProvider(Context) - Constructor for class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
 
invalidateMapCoordinates(Rect) - Method in class org.osmdroid.views.MapView
 
invalidateMapCoordinates(int, int, int, int) - Method in class org.osmdroid.views.MapView
 
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
 
IPosition - Interface in org.osmdroid.api
An interface that is used for simultaneously accessing several properties of the map
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.
isBitmapValid() - Method in class org.osmdroid.tileprovider.ReusableBitmapDrawable
 
isCompassEnabled() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
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.
isCompassEnabled() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
If enabled, the map is receiving orientation updates and drawing your location on the map.
isDown() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
 
isDrawableExpired(Drawable) - Static method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
 
isDrawAccuracyEnabled() - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
If enabled, an accuracy circle will be drawn around your current position.
isDrawAccuracyEnabled() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
If enabled, an accuracy circle will be drawn around your current position.
isEmpty() - Method in class org.osmdroid.tileprovider.MapTileRequestState
 
isEnabled() - Method in class org.osmdroid.views.overlay.Overlay
Specifies if the Overlay is marked to be enabled.
isFileExtensionRegistered(String) - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
Returns true if and only if the extension (minus the ".") is registered, meaning that osmdroid has a driver to read map tiles/data from that source.
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.
isFollowLocationEnabled() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
If enabled, the map will center on your current location and automatically scroll as you move.
isInvertedTiles() - Method in interface org.osmdroid.api.IMapController
returns true if the map tiles are currently being color inverted
isInvertedTiles() - Method in class org.osmdroid.views.MapController
returns true if we're in image/color inverted mode, useful for night time This is an Osmdroid specific feature
isInvertedTiles() - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
isLayoutOccurred() - Method in class org.osmdroid.views.MapView
 
isMultiTouch() - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
True if number of touch points >= 2.
isMyLocationEnabled() - Method in interface org.osmdroid.api.IMap
Whether the map is currently showing the "my location" dot
isMyLocationEnabled() - Method in interface org.osmdroid.api.IMyLocationOverlay
 
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.
isMyLocationEnabled() - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
If enabled, the map is receiving location updates and drawing your location on the map.
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.MyLocationOverlay
Deprecated.
 
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.
isStateful() - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
 
isTilesScaledToDpi() - Method in class org.osmdroid.views.MapView
 
IStyledTileSource<T> - Interface in org.osmdroid.tileprovider.tilesource
Tile sources that have a settable "style" attibute can implement this.
isUsingBackingBitmap() - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
Allow forcing this overlay to skip drawing using backing Bitmap by returning false.
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>, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.ItemizedIconOverlay
 
ItemizedIconOverlay(List<Item>, ItemizedIconOverlay.OnItemGestureListener<Item>, ResourceProxy) - 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
Draws a list of OverlayItem as markers to a map.
ItemizedOverlay(Drawable, ResourceProxy) - 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(Context, AttributeSet, ResourceProxy) - 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>, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
ItemizedOverlayWithFocus(List<Item>, Drawable, Drawable, int, ItemizedIconOverlay.OnItemGestureListener<Item>, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
ITileSource - Interface in org.osmdroid.tileprovider.tilesource
 

L

latitude - Variable in class org.osmdroid.api.Marker
 
latitudeBarRect - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
 
LatLongToPixelXY(double, double, int, Point) - Static method in class microsoft.mappoint.TileSystem
Converts a point from latitude/longitude WGS-84 coordinates (in degrees) into pixel XY coordinates at a specified level of detail.
LatLongToPixelXY(double, double, int, Point) - Static method in class org.osmdroid.util.TileSystem
 
loadMapTileAsync(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
 
loadTile(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider.TileLoader
 
loadTile(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader.TileLoader
 
loadTile(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider.TileLoader
 
loadTile(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider.TileLoader
 
loadTile(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
Load the requested tile.
LocationListenerProxy - Class in org.osmdroid
 
LocationListenerProxy(LocationManager) - Constructor for class org.osmdroid.LocationListenerProxy
 
LocationUtils - Class in org.osmdroid.util
 
LOGTAG - Static variable in interface org.osmdroid.api.IMapView
 
longitude - Variable in class org.osmdroid.api.Marker
 
longitudeBarRect - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
 
loop(Canvas, int, int, Rect) - Method in class org.osmdroid.util.TileLooper
 
LRUMapTileCache - Class in org.osmdroid.tileprovider
 
LRUMapTileCache(int) - Constructor for class org.osmdroid.tileprovider.LRUMapTileCache
 
LRUMapTileCache.TileRemovedListener - Interface in org.osmdroid.tileprovider
 

M

mAccuracyPaint - Variable in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
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
 
MapBoxTileSource() - Constructor for class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
TileSource with configuration defaults set.
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.MyZoomAnimationListener - Class in org.osmdroid.views
 
MapController.MyZoomAnimationListener() - Constructor for class org.osmdroid.views.MapController.MyZoomAnimationListener
 
MapController.MyZoomAnimatorListener - Class in org.osmdroid.views
 
MapController.MyZoomAnimatorListener() - Constructor for class org.osmdroid.views.MapController.MyZoomAnimatorListener
 
MapController.MyZoomAnimatorUpdateListener - Class in org.osmdroid.views
 
MapController.MyZoomAnimatorUpdateListener() - Constructor for class org.osmdroid.views.MapController.MyZoomAnimatorUpdateListener
 
MapControllerOld - Class in org.osmdroid.views
Deprecated.
Use MapController instead.
MapControllerOld(MapView) - Constructor for class org.osmdroid.views.MapControllerOld
Deprecated.
 
MapControllerOld.AnimationType - Enum in org.osmdroid.views
Deprecated.
Choose one of the Styles of approaching the target Coordinates.
MapControllerOld.HalfCosinusalDeceleratingAnimationRunner - Class in org.osmdroid.views
Deprecated.
 
MapControllerOld.HalfCosinusalDeceleratingAnimationRunner(int, int) - Constructor for class org.osmdroid.views.MapControllerOld.HalfCosinusalDeceleratingAnimationRunner
Deprecated.
 
MapControllerOld.HalfCosinusalDeceleratingAnimationRunner(int, int, int, int) - Constructor for class org.osmdroid.views.MapControllerOld.HalfCosinusalDeceleratingAnimationRunner
Deprecated.
 
MapControllerOld.MiddlePeakSpeedAnimationRunner - Class in org.osmdroid.views
Deprecated.
 
MapControllerOld.MiddlePeakSpeedAnimationRunner(int, int) - Constructor for class org.osmdroid.views.MapControllerOld.MiddlePeakSpeedAnimationRunner
Deprecated.
 
MapControllerOld.MiddlePeakSpeedAnimationRunner(int, int, int, int) - Constructor for class org.osmdroid.views.MapControllerOld.MiddlePeakSpeedAnimationRunner
Deprecated.
 
MapControllerOld.QuarterCosinusalDeceleratingAnimationRunner - Class in org.osmdroid.views
Deprecated.
 
MapControllerOld.QuarterCosinusalDeceleratingAnimationRunner(int, int) - Constructor for class org.osmdroid.views.MapControllerOld.QuarterCosinusalDeceleratingAnimationRunner
Deprecated.
 
MapControllerOld.QuarterCosinusalDeceleratingAnimationRunner(int, int, int, int) - Constructor for class org.osmdroid.views.MapControllerOld.QuarterCosinusalDeceleratingAnimationRunner
Deprecated.
 
MapEvent - Interface in org.osmdroid.events
 
MapListener - Interface in org.osmdroid.events
 
MAPNIK - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
MAPQUESTAERIAL - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
MAPQUESTAERIAL_US - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
MAPQUESTOSM - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
MapScale(double, int, int) - Static method in class microsoft.mappoint.TileSystem
Determines the map scale at a specified latitude, level of detail, and screen resolution.
MapScale(double, int, int) - Static method in class org.osmdroid.util.TileSystem
 
MapSize(int) - Static method in class microsoft.mappoint.TileSystem
Determines the map width and height (in pixels) at a specified level of detail.
MapSize(int) - Static method in class org.osmdroid.util.TileSystem
 
MapTile - Class in org.osmdroid.tileprovider
A map tile is distributed using the observer pattern.
MapTile(int, int, int) - Constructor for class org.osmdroid.tileprovider.MapTile
 
MAPTILE_FAIL_ID - Static variable in class org.osmdroid.tileprovider.MapTile
 
MAPTILE_SUCCESS_ID - Static variable in class org.osmdroid.tileprovider.MapTile
 
MapTileAssetsProvider - Class in org.osmdroid.tileprovider.modules
Implements a file system cache and provides cached tiles from Assets.
MapTileAssetsProvider(IRegisterReceiver, AssetManager) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
MapTileAssetsProvider(IRegisterReceiver, AssetManager, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
MapTileAssetsProvider(IRegisterReceiver, AssetManager, ITileSource, int, int) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
MapTileAssetsProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
 
MapTileAssetsProvider.TileLoader(AssetManager) - Constructor for class org.osmdroid.tileprovider.modules.MapTileAssetsProvider.TileLoader
 
MapTileCache - Class in org.osmdroid.tileprovider
 
MapTileCache() - Constructor for class org.osmdroid.tileprovider.MapTileCache
 
MapTileCache(int) - Constructor for class org.osmdroid.tileprovider.MapTileCache
 
MapTileDownloader - Class in org.osmdroid.tileprovider.modules
The MapTileDownloader loads tiles from an HTTP server.
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
 
MapTileDownloader.TileLoader() - Constructor for class org.osmdroid.tileprovider.modules.MapTileDownloader.TileLoader
 
MapTileFileArchiveProvider - Class in org.osmdroid.tileprovider.modules
A tile provider that can serve tiles from an archive using the supplied tile source.
MapTileFileArchiveProvider(IRegisterReceiver, ITileSource, IArchiveFile[]) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
The tiles may be found on several media.
MapTileFileArchiveProvider(IRegisterReceiver, ITileSource) - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
MapTileFileArchiveProvider.TileLoader - Class in org.osmdroid.tileprovider.modules
 
MapTileFileArchiveProvider.TileLoader() - Constructor for class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider.TileLoader
 
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
 
MapTileFilesystemProvider.TileLoader() - Constructor for class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider.TileLoader
 
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.CantContinueException(String) - Constructor for exception org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException
 
MapTileModuleProviderBase.CantContinueException(Throwable) - Constructor for exception org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException
 
MapTileModuleProviderBase.TileLoader - Class in org.osmdroid.tileprovider.modules
Load the requested tile.
MapTileModuleProviderBase.TileLoader() - Constructor for class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
 
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
Creates an MapTileProviderArray with no tile providers.
MapTileProviderArray(ITileSource, IRegisterReceiver, MapTileModuleProviderBase[]) - Constructor for class org.osmdroid.tileprovider.MapTileProviderArray
Creates an MapTileProviderArray with the specified tile providers.
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
This top-level tile provider implements a basic tile request chain which includes a MapTileFilesystemProvider (a file-system cache), a MapTileFileArchiveProvider (archive provider), and a MapTileDownloader (downloads map tiles via tile source).
MapTileProviderBasic(Context) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
MapTileProviderBasic(Context, ITileSource) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
MapTileProviderBasic(IRegisterReceiver, INetworkAvailablityCheck, ITileSource, Context) - Constructor for class org.osmdroid.tileprovider.MapTileProviderBasic
mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has completed.
mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
mapTileRequestCompleted(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have completed the request as best it can.
mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has produced an expired tile.
mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
mapTileRequestExpiredTile(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have produced an expired result that can be used but better results may be delivered later.
mapTileRequestFailed(MapTileRequestState) - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has failed.
mapTileRequestFailed(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
mapTileRequestFailed(MapTileRequestState) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have failed to retrieve the requested map tile.
MapTileRequestState - Class in org.osmdroid.tileprovider
 
MapTileRequestState(MapTile, MapTileModuleProviderBase[], IMapTileProviderCallback) - Constructor for class org.osmdroid.tileprovider.MapTileRequestState
 
MapView - Class in org.osmdroid.views
 
MapView(Context, ResourceProxy, MapTileProviderBase, Handler, AttributeSet) - 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
Standard Constructor.
MapView(Context, ResourceProxy) - Constructor for class org.osmdroid.views.MapView
 
MapView(Context, ResourceProxy, MapTileProviderBase) - Constructor for class org.osmdroid.views.MapView
 
MapView(Context, ResourceProxy, MapTileProviderBase, Handler) - Constructor for class org.osmdroid.views.MapView
 
MapView.LayoutParams - Class in org.osmdroid.views
Per-child layout information associated with OpenStreetMapView.
MapView.LayoutParams(int, int, IGeoPoint, int, int, int) - Constructor for class org.osmdroid.views.MapView.LayoutParams
Creates a new set of layout parameters with the specified width, height and location.
MapView.LayoutParams(Context, AttributeSet) - Constructor for class org.osmdroid.views.MapView.LayoutParams
Since we cannot use XML files in this project this constructor is useless.
MapView.LayoutParams(ViewGroup.LayoutParams) - Constructor for class org.osmdroid.views.MapView.LayoutParams
 
MapView.OnFirstLayoutListener - Interface in org.osmdroid.views
 
MapViewConstants - Interface in org.osmdroid.views.util.constants
This class contains constants used by the map view.
Marker - Class in org.osmdroid.api
 
Marker(double, double) - Constructor for class org.osmdroid.api.Marker
 
Marker.Anchor - Enum in org.osmdroid.api
 
marker_default - Static variable in class org.osmdroid.library.R.drawable
 
marker_default_focused_base - Static variable in class org.osmdroid.library.R.drawable
 
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
mBearing - Variable in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
MBTilesFileArchive - Class in org.osmdroid.tileprovider.modules
 
MBTilesFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
mCachedTiles - Variable in class org.osmdroid.tileprovider.MapTileCache
 
mCachedTilesLockObject - Variable in class org.osmdroid.tileprovider.MapTileCache
 
mCenterToButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
mCirclePaint - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mCirclePaint - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mCompassFrame - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
mCompassRose - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
mDebugPaint - Variable in class org.osmdroid.views.overlay.TilesOverlay
 
mDefaultMarker - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
 
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
 
mDrawAccuracyEnabled - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mDrawAccuracyEnabled - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mDrawFocusedItem - Variable in class org.osmdroid.views.overlay.ItemizedOverlay
 
MENU_COMPASS - Static variable in class org.osmdroid.views.overlay.compass.CompassOverlay
 
MENU_COMPASS - Static variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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_MY_LOCATION - Static variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
Deprecated.
Use TileSystem instead
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.
mFocusedItemIndex - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
mFocusItemsOnTap - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
mFollow - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mGeoPoint - Variable in class org.osmdroid.views.overlay.OverlayItem
 
mHotspotPlace - Variable in class org.osmdroid.views.overlay.OverlayItem
 
microsoft.mappoint - package microsoft.mappoint
 
mImageFilenameEnding - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
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
Creates a MinimapOverlay with the supplied tile provider.
MinimapOverlay(Context, Handler, MapTileProviderBase) - Constructor for class org.osmdroid.views.overlay.MinimapOverlay
Creates a MinimapOverlay with the supplied tile provider.
MinimapOverlay(Context, Handler) - Constructor for class org.osmdroid.views.overlay.MinimapOverlay
Creates a MinimapOverlay that uses its own MapTileProviderBasic.
MINIMUM_ZOOMLEVEL - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Minimum Zoom Level
MINIMUM_ZOOMLEVEL - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
Minimum Zoom Level
mIsAnimating - Variable in class org.osmdroid.views.MapView
 
mIsFlinging - Variable in class org.osmdroid.views.MapView
 
mIsFollowing - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mItemList - Variable in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
mLatNorthE6 - Variable in class org.osmdroid.util.BoundingBoxE6
 
mLatSouthE6 - Variable in class org.osmdroid.util.BoundingBoxE6
 
mLis - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
mListener - Variable in class org.osmdroid.views.MapView
 
mLocation - Variable in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
mLocation - Variable in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
mLocationListener - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mLonEastE6 - Variable in class org.osmdroid.util.BoundingBoxE6
 
mLonWestE6 - Variable in class org.osmdroid.util.BoundingBoxE6
 
mLowerRight - Variable in class org.osmdroid.util.TileLooper
 
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.mylocation.MyLocationNewOverlay
 
mMapView - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
mMaximumZoomLevel - Variable in class org.osmdroid.views.MapView
 
mMinimumZoomLevel - Variable in class org.osmdroid.views.MapView
 
mMultiTouchScale - Variable in class org.osmdroid.views.MapView
 
mMultiTouchScale - Variable in class org.osmdroid.views.Projection
 
mMultiTouchScalePoint - Variable in class org.osmdroid.views.MapView
 
mMyLocationProvider - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mName - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
mNavToButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
mNextButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
mod(int, int) - Static method in class org.osmdroid.util.MyMath
 
mOffsetX - Variable in class org.osmdroid.views.Projection
 
mOffsetY - Variable in class org.osmdroid.views.Projection
 
mOnItemGestureListener - Variable in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
mOrientationProvider - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
 
mPaint - Variable in class org.osmdroid.views.overlay.compass.CompassOverlay
 
mPaint - Variable in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
mPaint - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mPaint - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mPaint - Variable in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
Paint settings.
mPaint - Variable in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
mPending - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
 
mPersonBitmap - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
mPersonHotspot - Variable in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Coordinates the feet of the person are located scaled for display density.
mPreviousButton - Variable in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
mQueueLockObject - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
 
mReferencePoint - Variable in class org.osmdroid.views.drawing.OsmPath
 
mResourceProxy - Variable in class org.osmdroid.views.overlay.Overlay
 
mRotation - Variable in class org.osmdroid.views.overlay.gestures.RotationGestureDetector
 
mScale - Variable in class org.osmdroid.views.overlay.Overlay
 
mScrollableAreaBoundingBox - Variable in class org.osmdroid.views.MapView
 
mScrollableAreaLimit - Variable in class org.osmdroid.views.MapView
 
mSensorListener - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
mSnippet - Variable in class org.osmdroid.views.overlay.OverlayItem
 
mTargetZoomLevel - Variable in class org.osmdroid.views.MapView
 
mTileCache - 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
 
mTileSize - Static variable in class microsoft.mappoint.TileSystem
 
mTitle - Variable in class org.osmdroid.views.overlay.OverlayItem
 
mTitlePaint - Variable in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
mUid - Variable in class org.osmdroid.views.overlay.OverlayItem
 
MultiTouchController<T> - Class in org.metalev.multitouch.controller
A class that simplifies the implementation of multitouch in applications.
MultiTouchController(MultiTouchController.MultiTouchObjectCanvas<T>) - Constructor for class org.metalev.multitouch.controller.MultiTouchController
Constructor that sets handleSingleTouchEvents to true
MultiTouchController(MultiTouchController.MultiTouchObjectCanvas<T>, boolean) - Constructor for class org.metalev.multitouch.controller.MultiTouchController
Full constructor
MultiTouchController.MultiTouchObjectCanvas<T> - Interface in org.metalev.multitouch.controller
 
MultiTouchController.PointInfo - Class in org.metalev.multitouch.controller
A class that packages up all MotionEvent information with all derived multitouch information (if available)
MultiTouchController.PointInfo() - Constructor for class org.metalev.multitouch.controller.MultiTouchController.PointInfo
 
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
MultiTouchController.PositionAndScale() - Constructor for class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
 
multiTouchSupported - Static variable in class org.metalev.multitouch.controller.MultiTouchController
 
mUpperLeft - Variable in class org.osmdroid.util.TileLooper
 
mUseDataConnection - Variable in class org.osmdroid.tileprovider.MapTileProviderBase
 
mWorking - Variable in class org.osmdroid.tileprovider.MapTileProviderArray
 
mWorking - Variable in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
 
MyLocationNewOverlay - Class in org.osmdroid.views.overlay.mylocation
 
MyLocationNewOverlay(Context, MapView) - Constructor for class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
MyLocationNewOverlay(Context, IMyLocationProvider, MapView) - Constructor for class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
MyLocationNewOverlay(IMyLocationProvider, MapView, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
MyLocationOverlay - Class in org.osmdroid.views.overlay
Deprecated.
MyLocationOverlay(Context, MapView) - Constructor for class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
MyLocationOverlay(Context, MapView, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
MyMath - Class in org.osmdroid.util
 
MyMath - Class in org.osmdroid.views.util
 

N

name() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
name() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
A human-friendly name for this tile source
navto_small - Static variable in class org.osmdroid.library.R.drawable
 
NetworkAvailabliltyCheck - Class in org.osmdroid.tileprovider.modules
A straightforward network check implementation.
NetworkAvailabliltyCheck(Context) - Constructor for class org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
 
NetworkLocationIgnorer - Class in org.osmdroid.util
A class to check whether we want to use a location.
NetworkLocationIgnorer() - Constructor for class org.osmdroid.util.NetworkLocationIgnorer
 
newThread(Runnable) - Method in class org.osmdroid.tileprovider.modules.ConfigurablePriorityThreadFactory
 
next - Static variable in class org.osmdroid.library.R.drawable
 
nextTile() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
 
NonAcceleratedOverlay - Class in org.osmdroid.views.overlay
This will allow an Overlay that is not HW acceleration compatible to work in a HW accelerated MapView.
NonAcceleratedOverlay(Context) - Constructor for class org.osmdroid.views.overlay.NonAcceleratedOverlay
 
NonAcceleratedOverlay(ResourceProxy) - Constructor for class org.osmdroid.views.overlay.NonAcceleratedOverlay
 
NOT_SET - Static variable in interface org.osmdroid.views.util.constants.MapViewConstants
 
NOT_SET - Static variable in interface org.osmdroid.views.util.constants.OverlayConstants
 
NUMBER_OF_TILE_DOWNLOAD_THREADS - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
number of tile download threads, conforming to OSM policy: http://wiki.openstreetmap.org/wiki/Tile_usage_policy
NUMBER_OF_TILE_FILESYSTEM_THREADS - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 

O

obtainBitmapFromPool() - Method in class org.osmdroid.tileprovider.BitmapPool
 
obtainSizedBitmapFromPool(int, int) - Method in class org.osmdroid.tileprovider.BitmapPool
 
OfflineTileProvider - Class in org.osmdroid.tileprovider.modules
Causes Osmdroid to load from tiles from only the referenced file sources and no where else.
OfflineTileProvider(IRegisterReceiver, File[]) - Constructor for class org.osmdroid.tileprovider.modules.OfflineTileProvider
offsetX - Variable in class org.osmdroid.views.MapView.LayoutParams
 
offsetY - Variable in class org.osmdroid.views.MapView.LayoutParams
 
onAccuracyChanged(Sensor, int) - Method in class org.osmdroid.SensorEventListenerProxy
 
onAccuracyChanged(Sensor, int) - Method in class org.osmdroid.views.overlay.compass.InternalCompassOrientationProvider
 
onAccuracyChanged(Sensor, int) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
onAnimationEnd(Animation) - Method in class org.osmdroid.views.MapController.MyZoomAnimationListener
 
onAnimationEnd(Animator) - Method in class org.osmdroid.views.MapController.MyZoomAnimatorListener
 
onAnimationEnd() - Method in class org.osmdroid.views.MapController
 
onAnimationRepeat(Animation) - Method in class org.osmdroid.views.MapController.MyZoomAnimationListener
 
onAnimationStart(Animation) - Method in class org.osmdroid.views.MapController.MyZoomAnimationListener
 
onAnimationStart(Animator) - Method in class org.osmdroid.views.MapController.MyZoomAnimatorListener
 
onAnimationStart() - Method in class org.osmdroid.views.MapController
 
onAnimationUpdate(ValueAnimator) - Method in class org.osmdroid.views.MapController.MyZoomAnimatorUpdateListener
 
onCameraChange(IPosition) - Method in interface org.osmdroid.api.OnCameraChangeListener
Called after the map view has changed.
OnCameraChangeListener - Interface in org.osmdroid.api
 
onCenter() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
 
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 class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
onCreateOptionsMenu(Menu, int, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onCreateOptionsMenu(Menu, int, MapView) - Method in class org.osmdroid.views.overlay.TilesOverlay
 
onDetach() - Method in class org.osmdroid.views.MapView
 
onDetach(MapView) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
onDetach(MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onDetach(MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
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.TilesOverlay
 
onDetachedFromWindow() - Method in class org.osmdroid.views.MapView
 
onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MinimapOverlay
 
onDoubleTap(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onDoubleTap(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onDoubleTapEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onDoubleTapEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onDoubleTapEvent(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onDown(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onDown(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onDown(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onDraw(Canvas, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onDraw(Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
onDraw(Canvas, Canvas, MapView, boolean) - Method in class org.osmdroid.views.overlay.NonAcceleratedOverlay
Override if you really want access to the original (possibly) accelerated canvas.
onDraw(Canvas, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onDrawCycle(Projection) - Method in class org.osmdroid.views.drawing.OsmBitmapShader
 
onDrawCycle(Projection) - Method in class org.osmdroid.views.drawing.OsmPath
Call this method at the beginning of every draw() call.
onDrawItem(Canvas, Item, Point, float) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Draws an item located at the provided screen coordinates to the canvas.
ONE_DAY - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ONE_HOUR - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ONE_MINUTE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ONE_SECOND - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ONE_WEEK - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ONE_YEAR - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
onFirstLayout(View, int, int, int, int) - Method in class org.osmdroid.views.MapController
 
onFirstLayout(View, int, int, int, int) - Method in interface org.osmdroid.views.MapView.OnFirstLayoutListener
 
onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onFling(MotionEvent, MotionEvent, float, float, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onFocusChanged(ItemizedOverlay<?>, OverlayItem) - Method in interface org.osmdroid.views.overlay.ItemizedOverlay.OnFocusChangeListener
 
onItemLongPress(int, T) - Method in interface org.osmdroid.views.overlay.ItemizedIconOverlay.OnItemGestureListener
 
onItemSingleTapUp(int, T) - Method in interface org.osmdroid.views.overlay.ItemizedIconOverlay.OnItemGestureListener
 
onKeyDown(int, KeyEvent) - Method in class org.osmdroid.views.MapView
 
onKeyDown(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onKeyDown(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onKeyDown(int, KeyEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onKeyUp(int, KeyEvent) - Method in class org.osmdroid.views.MapView
 
onKeyUp(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onKeyUp(int, KeyEvent, MapView) - Method in class org.osmdroid.views.overlay.Overlay
By default does nothing (return false).
onKeyUp(int, KeyEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onLayout(boolean, int, int, int, int) - Method in class org.osmdroid.views.MapView
 
OnlineTileSourceBase - Class in org.osmdroid.tileprovider.tilesource
 
OnlineTileSourceBase(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
Constructor
onLocationChanged(Location) - Method in class org.osmdroid.LocationListenerProxy
 
onLocationChanged(Location) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
onLocationChanged(Location, IMyLocationProvider) - Method in interface org.osmdroid.views.overlay.mylocation.IMyLocationConsumer
Call when a provider has a new location to consume.
onLocationChanged(Location, IMyLocationProvider) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
onLocationChanged(Location) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onLongPress(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
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
 
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
 
onMediaUnmounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
onMediaUnmounted() - Method in class org.osmdroid.tileprovider.modules.MapTileFileStorageProviderBase
 
onNavTo() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
 
onNext() - Method in interface org.osmdroid.views.overlay.ItemizedOverlayControlView.ItemizedOverlayControlViewListener
 
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 class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
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 class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
onProviderDisabled(String) - Method in class org.osmdroid.LocationListenerProxy
 
onProviderDisabled(String) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
onProviderDisabled(String) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
onProviderEnabled(String) - Method in class org.osmdroid.LocationListenerProxy
 
onProviderEnabled(String) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
onProviderEnabled(String) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
onSensorChanged(SensorEvent) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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.DefaultOverlayManager
 
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.Overlay
By default does nothing (return false).
onSingleTapConfirmed(MotionEvent, MapView) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
onSingleTapUp(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
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 class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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 interface org.osmdroid.api.IMyLocationOverlay
 
onStatusChanged(String, int, Bundle) - Method in class org.osmdroid.LocationListenerProxy
 
onStatusChanged(String, int, Bundle) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
 
onStatusChanged(String, int, Bundle) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
onTap(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Override this method to handle a "tap" on an item.
onTileLoaderInit() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
 
onTileLoaderShutdown() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
 
onTileReadyToDraw(Canvas, Drawable, Rect) - Method in class org.osmdroid.views.overlay.MinimapOverlay
 
onTileReadyToDraw(Canvas, Drawable, Rect) - Method in class org.osmdroid.views.overlay.TilesOverlay
 
onTileRemoved(MapTile) - Method in interface org.osmdroid.tileprovider.LRUMapTileCache.TileRemovedListener
 
onTouch(MotionEvent) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureDetector
 
onTouchEvent(MotionEvent) - Method in class org.metalev.multitouch.controller.MultiTouchController
Process incoming touch events
onTouchEvent(MotionEvent) - Method in class org.osmdroid.views.MapView
 
onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
 
onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
onTouchEvent(MotionEvent, MapView) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
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
 
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
 
OpenStreetMapTileProviderConstants - Class in org.osmdroid.tileprovider.constants
This class contains constants used by the tile provider.
OpenStreetMapTileProviderConstants() - Constructor for class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
ordinal() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
ordinal() - Method in interface org.osmdroid.tileprovider.tilesource.ITileSource
Deprecated.
org.metalev.multitouch.controller - package org.metalev.multitouch.controller
 
org.osmdroid - package org.osmdroid
 
org.osmdroid.api - package org.osmdroid.api
 
org.osmdroid.events - package org.osmdroid.events
 
org.osmdroid.library - package org.osmdroid.library
 
org.osmdroid.tileprovider - package org.osmdroid.tileprovider
 
org.osmdroid.tileprovider.constants - package org.osmdroid.tileprovider.constants
 
org.osmdroid.tileprovider.modules - package org.osmdroid.tileprovider.modules
 
org.osmdroid.tileprovider.tilesource - package org.osmdroid.tileprovider.tilesource
 
org.osmdroid.tileprovider.util - package org.osmdroid.tileprovider.util
 
org.osmdroid.util - package org.osmdroid.util
 
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.mylocation - package org.osmdroid.views.overlay.mylocation
 
org.osmdroid.views.util - package org.osmdroid.views.util
 
org.osmdroid.views.util.constants - package org.osmdroid.views.util.constants
 
OsmBitmapShader - Class in org.osmdroid.views.drawing
 
OsmBitmapShader(Bitmap, Shader.TileMode, Shader.TileMode) - Constructor for class org.osmdroid.views.drawing.OsmBitmapShader
 
OsmPath - Class in org.osmdroid.views.drawing
Since the osmdroid canvas coordinate system is changing with every scroll, the x/y coordinates of lat/long points is also always changing.
OsmPath() - Constructor for class org.osmdroid.views.drawing.OsmPath
 
OsmPath(Path) - Constructor for class org.osmdroid.views.drawing.OsmPath
 
Overlay - Class in org.osmdroid.views.overlay
Base class representing an overlay which may be displayed on top of a MapView.
Overlay(Context) - Constructor for class org.osmdroid.views.overlay.Overlay
 
Overlay(ResourceProxy) - 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
Immutable class describing a GeoPoint with a Title and a Description.
OverlayItem(String, String, IGeoPoint) - Constructor for class org.osmdroid.views.overlay.OverlayItem
 
OverlayItem(String, String, String, IGeoPoint) - Constructor for class org.osmdroid.views.overlay.OverlayItem
 
OverlayItem.HotspotPlace - Enum in org.osmdroid.views.overlay
Indicates a hotspot for an area.
OverlayManager - Interface in org.osmdroid.views.overlay
 
overlays() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
overlays() - Method in interface org.osmdroid.views.overlay.OverlayManager
 
overlaysReversed() - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
overlaysReversed() - Method in interface org.osmdroid.views.overlay.OverlayManager
 

P

pathBase() - Method in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
pathBase() - Method in class org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
 
PathOverlay - Class in org.osmdroid.views.overlay
Deprecated.
This class is no longer maintained and has various issues. Instead you should use the Polyline class in OSMBonusPack. This class draws a path line in given color.
PathOverlay(int, Context) - Constructor for class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
PathOverlay(int, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
PathOverlay(int, float, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
PathProjection - Class in org.osmdroid.views.util
 
PathProjection() - Constructor for class org.osmdroid.views.util.PathProjection
 
person - Static variable in class org.osmdroid.library.R.drawable
 
PERSON_HOTSPOT - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Coordinates the feet of the person are located scaled for display density.
PERSON_HOTSPOT - Variable in class org.osmdroid.views.overlay.SimpleLocationOverlay
Coordinates the feet of the person are located.
PERSON_ICON - Variable in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
PERSON_ICON - Variable in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
PI - Static variable in interface org.osmdroid.views.util.constants.MathConstants
 
PI_2 - Static variable in interface org.osmdroid.views.util.constants.MathConstants
 
PI_4 - Static variable in interface org.osmdroid.views.util.constants.MathConstants
 
PixelXYToLatLong(int, int, int, GeoPoint) - Static method in class microsoft.mappoint.TileSystem
Converts a pixel from pixel XY coordinates at a specified level of detail into latitude/longitude WGS-84 coordinates (in degrees).
PixelXYToLatLong(int, int, int, GeoPoint) - Static method in class org.osmdroid.util.TileSystem
 
PixelXYToTileXY(int, int, Point) - Static method in class microsoft.mappoint.TileSystem
Converts pixel XY coordinates into tile XY coordinates of the tile containing the specified pixel.
PixelXYToTileXY(int, int, Point) - Static method in class org.osmdroid.util.TileSystem
 
points - Variable in class org.osmdroid.api.Polyline
The points of the polyline.
points(List<IGeoPoint>) - Method in class org.osmdroid.api.Polyline
The points of the polyline.
points(IGeoPoint...) - Method in class org.osmdroid.api.Polyline
The points of the polyline.
Polyline - Class in org.osmdroid.api
 
Polyline() - Constructor for class org.osmdroid.api.Polyline
 
populate() - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Utility method to perform all processing on a new ItemizedOverlay.
Position - Class in org.osmdroid.util
 
Position(double, double) - Constructor for class org.osmdroid.util.Position
 
postInvalidateMapCoordinates(int, int, int, int) - Method in class org.osmdroid.views.MapView
 
previous - Static variable in class org.osmdroid.library.R.drawable
 
projectGeoPoint(int, int, int, Point) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
Mercator projection of GeoPoint at given zoom level
projectGeoPoint(IGeoPoint, int, Point) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
Mercator projection of GeoPoint at given zoom level
projectGeoPoint(double, double, int, Point) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
Mercator projection of GeoPoint at given zoom level
Projection - Class in org.osmdroid.views
A Projection serves to translate between the coordinate system of x/y on-screen pixel coordinates and that of latitude/longitude points on the surface of the earth.
projectPoint(int, int, int) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
Reverse Mercator projection of Point at given zoom level
PUBLIC_TRANSPORT - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
putExpiredTileIntoCache(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 
putTile(MapTile, Drawable) - Method in class org.osmdroid.tileprovider.MapTileCache
 
putTileIntoCache(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 

Q

QuadKeyToTileXY(String, Point) - Static method in class microsoft.mappoint.TileSystem
Converts a QuadKey into tile XY coordinates.
QuadKeyToTileXY(String, Point) - Static method in class org.osmdroid.util.TileSystem
 
quadTree(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
Converts TMS tile coordinates to QuadTree
QuadTreeTileSource - Class in org.osmdroid.tileprovider.tilesource
 
QuadTreeTileSource(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
 

R

R - Class in org.osmdroid.library
 
R() - Constructor for class org.osmdroid.library.R
 
R.attr - Class in org.osmdroid.library
 
R.attr() - Constructor for class org.osmdroid.library.R.attr
 
R.drawable - Class in org.osmdroid.library
 
R.drawable() - Constructor for class org.osmdroid.library.R.drawable
 
RAD2DEG - Static variable in class org.osmdroid.util.GeometryMath
 
RAD2DEG - Static variable in interface org.osmdroid.views.util.constants.MathConstants
 
RADIUS_EARTH_METERS - Static variable in interface org.osmdroid.util.constants.GeoConstants
 
random - Variable in class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
registerArchiveFileProvider(Class<? extends IArchiveFile>, String) - Static method in class org.osmdroid.tileprovider.modules.ArchiveFileFactory
Registers a custom archive file provider
registerReceiver(BroadcastReceiver, IntentFilter) - Method in interface org.osmdroid.tileprovider.IRegisterReceiver
 
registerReceiver(BroadcastReceiver, IntentFilter) - Method in class org.osmdroid.tileprovider.util.SimpleRegisterReceiver
 
remove(Object) - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
remove(int) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
remove(int) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
removeAllItems() - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
removeAllItems(boolean) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
removeEldestEntry(Map.Entry<MapTile, Drawable>) - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
removeItem(Item) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
removeItem(int) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
removeOnFirstLayoutListener(MapView.OnFirstLayoutListener) - Method in class org.osmdroid.views.MapView
 
rescaleCache(Projection, int, int, Rect) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Recreate the cache using scaled versions of the tiles currently in it
ResourceProxy - Interface in org.osmdroid
 
ResourceProxy.bitmap - Enum in org.osmdroid
 
ResourceProxy.string - Enum in org.osmdroid
 
ResourceProxyImpl - Class in org.osmdroid.util
This is an extension of DefaultResourceProxyImpl that first tries to get from resources by using reflection to get the id of the resource from the package that the context is in.
ResourceProxyImpl(Context) - Constructor for class org.osmdroid.util.ResourceProxyImpl
 
retrieveAccessToken(Context) - Static method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
Read the API key from the manifest.
This method should be invoked before class instantiation.
retrieveCloudmadeKey(Context) - Static method in class org.osmdroid.tileprovider.util.CloudmadeUtil
Retrieve the key from the manifest and store it for later use.
retrieveKey(Context, String) - Static method in class org.osmdroid.tileprovider.util.ManifestUtil
Retrieve a key from the manifest meta data, or empty string if not found.
retrieveMapBoxMapId(Context) - Static method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
Read the API key from the manifest.
This method should be invoked before class instantiation.
returnDrawableToPool(ReusableBitmapDrawable) - Method in class org.osmdroid.tileprovider.BitmapPool
 
ReusableBitmapDrawable - Class in org.osmdroid.tileprovider
A ExpirableBitmapDrawable class that allows keeping track of usage references.
ReusableBitmapDrawable(Bitmap) - Constructor for class org.osmdroid.tileprovider.ReusableBitmapDrawable
 
ROADS_OVERLAY_NL - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
rotateAndScalePoint(int, int, Point) - Method in class org.osmdroid.views.Projection
This will apply the current map's scaling and rotation for a point.
RotationGestureDetector - Class in org.osmdroid.views.overlay.gestures
 
RotationGestureDetector(RotationGestureDetector.RotationListener) - Constructor for class org.osmdroid.views.overlay.gestures.RotationGestureDetector
 
RotationGestureDetector.RotationListener - Interface in org.osmdroid.views.overlay.gestures
 
RotationGestureOverlay - Class in org.osmdroid.views.overlay.gestures
 
RotationGestureOverlay(Context, MapView) - Constructor for class org.osmdroid.views.overlay.gestures.RotationGestureOverlay
 
run() - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
This is a functor class of type Runnable.
run(int) - Method in interface org.osmdroid.views.overlay.ItemizedIconOverlay.ActiveItem
 
runOnFirstFix(Runnable) - Method in interface org.osmdroid.api.IMyLocationOverlay
 
runOnFirstFix(Runnable) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
Queues a runnable to be executed as soon as we have a location fix.
runOnFirstFix(Runnable) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 

S

saveFile(ITileSource, MapTile, InputStream) - Method in interface org.osmdroid.tileprovider.modules.IFilesystemCache
Save an InputStream as the specified tile in the file system cache for the specified tile source.
saveFile(ITileSource, MapTile, InputStream) - Method in class org.osmdroid.tileprovider.modules.TileWriter
 
scaleBarLengthText(int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
 
ScaleBarOverlay - Class in org.osmdroid.views.overlay
 
ScaleBarOverlay(Context) - Constructor for class org.osmdroid.views.overlay.ScaleBarOverlay
 
ScaleBarOverlay(Context, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.ScaleBarOverlay
 
ScaleBarOverlay.UnitsOfMeasure - Enum in org.osmdroid.views.overlay
 
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.MapControllerOld
Deprecated.
 
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
 
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
 
set(MultiTouchController.PointInfo) - Method in class org.metalev.multitouch.controller.MultiTouchController.PointInfo
Copy all fields from one PointInfo class to another.
set(float, float, boolean, float, boolean, float, float, boolean, float) - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
Set position and optionally scale, anisotropic scale, and/or angle.
set(float, float, float, float, float, float) - Method in class org.metalev.multitouch.controller.MultiTouchController.PositionAndScale
Set position and optionally scale, anisotropic scale, and/or angle, without changing the "update" flags.
set(int, Overlay) - Method in class org.osmdroid.views.overlay.DefaultOverlayManager
 
set(int, Overlay) - Method in interface org.osmdroid.views.overlay.OverlayManager
 
setAccessToken(String) - Method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
setAccuracy(int) - Method in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
setAlpha(int) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
setAltitude(int) - Method in class org.osmdroid.util.GeoPoint
 
setBackgroundColor(int) - Method in interface org.osmdroid.api.IMapView
 
setBackgroundColor(int) - Method in class org.osmdroid.views.MapView
 
setBackgroundPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the background paint.
setBarPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the paint for drawing the bar
setBearing(float) - Method in interface org.osmdroid.api.IMap
Set the bearing of the map.
setBearing(float) - Method in class org.osmdroid.util.Position
 
setBearing(float) - Method in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
setBuiltInZoomControls(boolean) - Method in class org.osmdroid.views.MapView
 
setCachePath(String) - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Change the root path of the osmdroid cache.
setCacheSizes(long, long) - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Change the osmdroid tiles cache sizes.
setCenter(double, double) - Method in interface org.osmdroid.api.IMap
Set the center of the map
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.
setCenter(IGeoPoint) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Set the map view to the given center.
setCentred(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Flag to draw the bar centered around the set offset coordinates or to the right/bottom of the coordinates (default)
setCloudmadeKey(String) - Static method in class org.osmdroid.tileprovider.util.CloudmadeUtil
Get the key that was previously retrieved from the manifest.
setColor(int) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
setCompassCenter(float, float) - Method in class org.osmdroid.views.overlay.compass.CompassOverlay
 
setCompassCenter(float, float) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
 
setCoordsE6(int, int) - Method in class org.osmdroid.util.GeoPoint
 
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.
setDrawAccuracyEnabled(boolean) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
If enabled, an accuracy circle will be drawn around your current position.
setDrawFocusedItem(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
Set whether or not to draw the focused item.
setDrawnItemsLimit(int) - Method in class org.osmdroid.views.overlay.ItemizedIconOverlay
 
setEnableAdjustLength(boolean) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
If enabled, the bar will automatically adjust the length to reflect a round number (starting with 1, 2 or 5).
setEnabled(boolean) - Method in class org.osmdroid.views.overlay.Overlay
Sets whether the Overlay is marked to be enabled.
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
 
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
setInvertedTiles(boolean) - Method in interface org.osmdroid.api.IMapController
 
setInvertedTiles(boolean) - Method in class org.osmdroid.views.MapController
sets inverted tile mode.
setInvertedTiles(boolean) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
setItemizedOverlayControlViewListener(ItemizedOverlayControlView.ItemizedOverlayControlViewListener) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
setLatitudeE6(int) - Method in class org.osmdroid.util.GeoPoint
 
setLineWidth(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the bar's line width.
setLoadingBackgroundColor(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
Set the color to use to draw the background while we're waiting for the tile to load.
setLoadingLineColor(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
 
setLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
setLocation(Location) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
setLocation(GeoPoint) - Method in class org.osmdroid.views.overlay.SimpleLocationOverlay
 
setLocationUpdateMinDistance(float) - Method in class org.osmdroid.views.overlay.mylocation.GpsMyLocationProvider
Set the minimum distance for location updates.
setLocationUpdateMinDistance(float) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
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.
setLocationUpdateMinTime(long) - Method in class org.osmdroid.views.overlay.MyLocationOverlay
Deprecated.
Set the minimum interval for location updates.
setLongitudeE6(int) - Method in class org.osmdroid.util.GeoPoint
 
setMapboxMapid(String) - Static method in class org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
setMapListener(MapListener) - Method in class org.osmdroid.views.MapView
 
setMapOrientation(float) - Method in class org.osmdroid.views.MapView
 
setMarker(Drawable) - Method in class org.osmdroid.views.overlay.OverlayItem
 
setMarkerHotspot(OverlayItem.HotspotPlace) - Method in class org.osmdroid.views.overlay.OverlayItem
 
setMaxLength(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the maximum bar length.
setMaxZoomLevel(Integer) - Method in class org.osmdroid.views.MapView
Set the maximum allowed zoom level, or pass null to use the maximum zoom level from the tile provider.
setMinZoom(int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the minimum zoom level for the scale bar to be drawn.
setMinZoomLevel(Integer) - Method in class org.osmdroid.views.MapView
Set the minimum allowed zoom level, or pass null to use the minimum zoom level from the tile provider.
setMultiTouchControls(boolean) - Method in class org.osmdroid.views.MapView
 
setMyLocationEnabled(boolean) - Method in interface org.osmdroid.api.IMap
Whether to show the "my location" dot on the map
setMyLocationProvider(IMyLocationProvider) - Method in class org.osmdroid.views.overlay.mylocation.MyLocationNewOverlay
 
setNavToVisible(int) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
setNextEnabled(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
setOfflineMapsPath(String) - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
allows for altering the osmdroid_path variable, which controls the location of where to search for offline tile sources
setOnCameraChangeListener(OnCameraChangeListener) - Method in interface org.osmdroid.api.IMap
Sets a callback that's invoked when the map view changes position.
setOnFocusChangeListener(ItemizedOverlay.OnFocusChangeListener) - Method in class org.osmdroid.views.overlay.ItemizedOverlay
 
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.MyLocationOverlay
Deprecated.
 
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
 
setOverlayManager(OverlayManager) - Method in class org.osmdroid.views.MapView
 
setOvershootTileCache(int) - Method in class org.osmdroid.views.overlay.TilesOverlay
Set this to overshoot the tile cache.
setPadding(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
Sets the number of pixels from the lower-right corner to offset the mini-map
setPaint(Paint) - Method in class org.osmdroid.views.overlay.PathOverlay
Deprecated.
 
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.
setPosition(IPosition) - Method in interface org.osmdroid.api.IMap
Set the position of the map
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
 
setPreviousEnabled(boolean) - Method in class org.osmdroid.views.overlay.ItemizedOverlayControlView
 
setScaleBarOffset(int, int) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the scale bar screen offset for the bar.
setScrollableAreaLimit(BoundingBoxE6) - Method in class org.osmdroid.views.MapView
Set the map to limit it's scrollable view to the specified BoundingBoxE6.
setShowAccuracy(boolean) - Method in class org.osmdroid.views.overlay.DirectedLocationOverlay
 
setState(int[]) - Method in class org.osmdroid.tileprovider.ExpirableBitmapDrawable
 
setState(Drawable, int) - Static method in class org.osmdroid.views.overlay.OverlayItem
 
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
 
setTextPaint(Paint) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the paint for drawing the text
setTextSize(float) - Method in class org.osmdroid.views.overlay.ScaleBarOverlay
Sets the text size.
setTileProvider(MapTileProviderBase) - Method in class org.osmdroid.views.MapView
enables you to programmatically set the tile profile (zip, assets, sqlite, etc)
setTileRemovedListener(LRUMapTileCache.TileRemovedListener) - Method in class org.osmdroid.tileprovider.LRUMapTileCache
 
setTileRequestCompleteHandler(Handler) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
 
setTileSize(int) - Static method in class microsoft.mappoint.TileSystem
 
setTileSize(int) - Static method in class org.osmdroid.util.TileSystem
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.MapTileProviderArray
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Sets the tile source for this tile provider.
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileAssetsProvider
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileFileArchiveProvider
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileFilesystemProvider
 
setTileSource(ITileSource) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Sets the tile source for this tile provider.
setTileSource(ITileSource) - Method in class org.osmdroid.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
 
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.
setUserAgentValue(String) - Static method in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Enables you to override the default "osmdroid" value for HTTP user agents.
setWidth(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
Sets the width of the mini-map in pixels
setZoom(float) - Method in interface org.osmdroid.api.IMap
Set the zoom level of the map
setZoom(int) - Method in interface org.osmdroid.api.IMapController
 
setZoom(int) - Method in class org.osmdroid.views.MapController
 
setZoom(int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
setZoomDifference(int) - Method in class org.osmdroid.views.overlay.MinimapOverlay
 
setZoomLevel(float) - Method in class org.osmdroid.util.Position
 
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.
SimpleInvalidationHandler - Class in org.osmdroid.tileprovider.util
 
SimpleInvalidationHandler(View) - Constructor for class org.osmdroid.tileprovider.util.SimpleInvalidationHandler
 
SimpleLocationOverlay - Class in org.osmdroid.views.overlay
 
SimpleLocationOverlay(Context) - Constructor for class org.osmdroid.views.overlay.SimpleLocationOverlay
 
SimpleLocationOverlay(Context, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.SimpleLocationOverlay
 
SimpleRegisterReceiver - Class in org.osmdroid.tileprovider.util
 
SimpleRegisterReceiver(Context) - Constructor for class org.osmdroid.tileprovider.util.SimpleRegisterReceiver
 
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
 
snippet - Variable in class org.osmdroid.api.Marker
Snippet displayed below the title.
snippet(String) - Method in class org.osmdroid.api.Marker
Snippet displayed below the title.
source - Variable in class org.osmdroid.events.ScrollEvent
 
source - Variable in class org.osmdroid.events.ZoomEvent
 
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.
stopAnimation(boolean) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
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
 
stopPanning() - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
StreamUtils - Class in org.osmdroid.tileprovider.util
 

T

TABLE_TILES - Static variable in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
tile2lat(int, int) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
 
tile2lon(int, int) - Static method in class org.osmdroid.views.util.Mercator
Deprecated.
 
TILE_DOWNLOAD_MAXIMUM_QUEUE_SIZE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
TILE_EXPIRY_TIME_MILLISECONDS - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
30 days
TILE_FILESYSTEM_MAXIMUM_QUEUE_SIZE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
TILE_MAX_CACHE_SIZE_BYTES - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
default is 600 Mb
TILE_PATH_BASE - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
Base path for tiles.
TILE_PATH_EXTENSION - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
add an extension to files on sdcard so that gallery doesn't index them
TILE_TRIM_CACHE_SIZE_BYTES - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
default is 500 Mb
tileLoaded(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.modules.MapTileDownloader.TileLoader
 
tileLoaded(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
A tile has loaded.
tileLoadedExpired(MapTileRequestState, Drawable) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
A tile has loaded but it's expired.
tileLoadedFailed(MapTileRequestState) - Method in class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
 
TileLooper - Class in org.osmdroid.util
A class that will loop around all the map tiles in the given viewport.
TileLooper() - Constructor for class org.osmdroid.util.TileLooper
 
TileSourceFactory - Class in org.osmdroid.tileprovider.tilesource
 
TileSourceFactory() - Constructor for class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
TilesOverlay - Class in org.osmdroid.views.overlay
These objects are the principle consumer of map tiles.
TilesOverlay(MapTileProviderBase, Context) - Constructor for class org.osmdroid.views.overlay.TilesOverlay
 
TilesOverlay(MapTileProviderBase, ResourceProxy) - Constructor for class org.osmdroid.views.overlay.TilesOverlay
 
TileSystem - Class in microsoft.mappoint
This class provides methods to handle the Mercator projection that is used for the osmdroid tile system.
TileSystem() - Constructor for class microsoft.mappoint.TileSystem
 
TileSystem - Class in org.osmdroid.util
Proxy class for TileSystem.
TileSystem() - Constructor for class org.osmdroid.util.TileSystem
 
TileWriter - Class in org.osmdroid.tileprovider.modules
An implementation of IFilesystemCache.
TileWriter() - Constructor for class org.osmdroid.tileprovider.modules.TileWriter
 
TileXYToPixelXY(int, int, Point) - Static method in class microsoft.mappoint.TileSystem
Converts tile XY coordinates into pixel XY coordinates of the upper-left pixel of the specified tile.
TileXYToPixelXY(int, int, Point) - Static method in class org.osmdroid.util.TileSystem
 
TileXYToQuadKey(int, int, int) - Static method in class microsoft.mappoint.TileSystem
Converts tile XY coordinates into a QuadKey at a specified level of detail.
TileXYToQuadKey(int, int, int) - Static method in class org.osmdroid.util.TileSystem
 
title - Variable in class org.osmdroid.api.Marker
The title of the marker.
title(String) - Method in class org.osmdroid.api.Marker
The title of the marker.
toDoubleString() - Method in class org.osmdroid.util.GeoPoint
 
toInvertedDoubleString() - Method in class org.osmdroid.util.GeoPoint
 
toMercatorPixels(int, int, Point) - Method in class org.osmdroid.views.Projection
 
TOP_CENTER - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
TOP_LEFT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
TOP_RIGHT - Static variable in class org.osmdroid.views.MapView.LayoutParams
Special value for the alignment requested by a View.
toPixels(IGeoPoint, Point) - Method in interface org.osmdroid.api.IProjection
Converts the given IGeoPoint to onscreen pixel coordinates, relative to the top-left of the MapView that provided this Projection.
toPixels(IGeoPoint, Point) - Method in class org.osmdroid.views.Projection
 
toPixels(Projection, List<? extends GeoPoint>, Path) - Static method in class org.osmdroid.views.util.PathProjection
 
toPixels(Projection, List<? extends GeoPoint>, Path, boolean) - Static method in class org.osmdroid.views.util.PathProjection
 
toPixelsFromMercator(int, int, Point) - Method in class org.osmdroid.views.Projection
 
toPixelsFromProjected(Point, Point) - Method in class org.osmdroid.views.Projection
Performs the second computationally light part of the projection.
toProjectedPixels(GeoPoint, Point) - Method in class org.osmdroid.views.Projection
toProjectedPixels(int, int, Point) - Method in class org.osmdroid.views.Projection
Performs only the first computationally heavy part of the projection.
toString() - Method in class org.osmdroid.events.ScrollEvent
 
toString() - Method in class org.osmdroid.events.ZoomEvent
 
toString() - Method in class org.osmdroid.tileprovider.MapTile
 
toString() - Method in class org.osmdroid.tileprovider.modules.DatabaseFileArchive
 
toString() - Method in class org.osmdroid.tileprovider.modules.GEMFFileArchive
 
toString() - Method in class org.osmdroid.tileprovider.modules.MBTilesFileArchive
 
toString() - Method in class org.osmdroid.tileprovider.modules.ZipFileArchive
 
toString() - Method in class org.osmdroid.util.BoundingBoxE6
 
toString() - Method in class org.osmdroid.util.GeoPoint
 
tryRecycle() - Method in class org.osmdroid.tileprovider.ReusableBitmapDrawable
 

U

unregisterReceiver(BroadcastReceiver) - Method in interface org.osmdroid.tileprovider.IRegisterReceiver
 
unregisterReceiver(BroadcastReceiver) - Method in class org.osmdroid.tileprovider.util.SimpleRegisterReceiver
 
unrotateAndScalePoint(int, int, Point) - Method in class org.osmdroid.views.Projection
This will revert the current map's scaling and rotation for a point.
unSetFocusedItem() - Method in class org.osmdroid.views.overlay.ItemizedOverlayWithFocus
 
useDataConnection() - Method in interface org.osmdroid.tileprovider.IMapTileProviderCallback
Returns true if the network connection should be used, false if not.
useDataConnection() - Method in class org.osmdroid.tileprovider.MapTileProviderBase
Whether to use the network connection if it's available.
useDataConnection() - Method in class org.osmdroid.views.MapView
Whether to use the network connection if it's available.
useDataConnection() - Method in class org.osmdroid.views.overlay.TilesOverlay
Whether to use the network connection if it's available.
USER_AGENT - Static variable in class org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants
 
USGS_TOPO - Static variable in class org.osmdroid.tileprovider.tilesource.TileSourceFactory
 
UtilConstants - Interface in org.osmdroid.util.constants
 

V

valueOf(String) - Static method in enum org.osmdroid.api.Marker.Anchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osmdroid.ResourceProxy.bitmap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osmdroid.ResourceProxy.string
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osmdroid.views.MapControllerOld.AnimationType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osmdroid.views.overlay.OverlayItem.HotspotPlace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osmdroid.views.overlay.ScaleBarOverlay.UnitsOfMeasure
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.osmdroid.api.Marker.Anchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osmdroid.ResourceProxy.bitmap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osmdroid.ResourceProxy.string
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osmdroid.views.MapControllerOld.AnimationType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osmdroid.views.overlay.OverlayItem.HotspotPlace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osmdroid.views.overlay.ScaleBarOverlay.UnitsOfMeasure
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class org.osmdroid.api.Polyline
The width of the polyline.
width(float) - Method in class org.osmdroid.api.Polyline
The width of the polyline.
writeToParcel(Parcel, int) - Method in class org.osmdroid.util.BoundingBoxE6
 
writeToParcel(Parcel, int) - Method in class org.osmdroid.util.GeoPoint
 

X

x - Variable in class org.osmdroid.events.ScrollEvent
 
xdpi - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
 
XYTileSource - Class in org.osmdroid.tileprovider.tilesource
An implementation of OnlineTileSourceBase
XYTileSource(String, int, int, int, String, String[]) - Constructor for class org.osmdroid.tileprovider.tilesource.XYTileSource
 

Y

y - Variable in class org.osmdroid.events.ScrollEvent
 
ydpi - Variable in class org.osmdroid.views.overlay.ScaleBarOverlay
 

Z

ZipFileArchive - Class in org.osmdroid.tileprovider.modules
 
ZipFileArchive() - Constructor for class org.osmdroid.tileprovider.modules.ZipFileArchive
 
zoom_in - Static variable in class org.osmdroid.library.R.drawable
 
zoom_out - Static variable in class org.osmdroid.library.R.drawable
 
ZoomEvent - Class in org.osmdroid.events
 
ZoomEvent(MapView, int) - Constructor for class org.osmdroid.events.ZoomEvent
 
zoomIn() - Method in interface org.osmdroid.api.IMap
Increase zoom level by one
zoomIn() - Method in interface org.osmdroid.api.IMapController
 
zoomIn() - Method in class org.osmdroid.views.MapController
Zoom in by one zoom level.
zoomIn() - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Zoom in by one zoom level.
zoomInFixing(int, int) - Method in interface org.osmdroid.api.IMapController
 
zoomInFixing(int, int) - Method in class org.osmdroid.views.MapController
 
zoomInFixing(GeoPoint) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
zoomInFixing(int, int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
zoomLevel - Variable in class org.osmdroid.events.ZoomEvent
 
zoomOut() - Method in interface org.osmdroid.api.IMap
Decrease zoom level by one
zoomOut() - Method in interface org.osmdroid.api.IMapController
 
zoomOut() - Method in class org.osmdroid.views.MapController
Zoom out by one zoom level.
zoomOut() - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
Zoom out by one zoom level.
zoomOutFixing(int, int) - Method in interface org.osmdroid.api.IMapController
 
zoomOutFixing(int, int) - Method in class org.osmdroid.views.MapController
 
zoomOutFixing(GeoPoint) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
zoomOutFixing(int, int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
zoomToBoundingBox(BoundingBoxE6) - Method in class org.osmdroid.views.MapView
Zoom the map to enclose the specified bounding box, as closely as possible.
zoomToSpan(int, int) - Method in interface org.osmdroid.api.IMapController
 
zoomToSpan(BoundingBoxE6) - Method in class org.osmdroid.views.MapController
 
zoomToSpan(int, int) - Method in class org.osmdroid.views.MapController
 
zoomToSpan(BoundingBoxE6) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
zoomToSpan(int, int) - Method in class org.osmdroid.views.MapControllerOld
Deprecated.
 
A B C D E F G H I L M N O P Q R S T U V W X Y Z 

Copyright © 2015. All Rights Reserved.