A B C D E F G I M O P R S T U Z 

A

addOverlay(OverlayItem) - Method in class org.osmdroid.google.overlay.GoogleItemizedOverlay
 
addPoint(int, int) - Method in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
addPoints(IGeoPoint...) - Method in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
addPoints(List<IGeoPoint>) - Method in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
animateTo(IGeoPoint) - Method in class org.osmdroid.google.wrapper.MapController
 

B

BingMapTileSource - Class in org.osmdroid.tileprovider.tilesource.bing
BingMap tile source used with OSMDroid
This class builds the Bing REST services url to be requested to get a tile image.
Before to be used, the static method BingMapTileSource.retrieveBingKey(android.content.Context) must be invoked.
See http://msdn.microsoft.com/en-us/library/ff701721.aspx for details on the Bing API.
BingMapTileSource(String) - Constructor for class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Constructor.
Warning, the static method BingMapTileSource.retrieveBingKey(android.content.Context) should have been invoked once before constructor invocation

C

canGetMapsFingerprint(PackageManager, String) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
Sometimes MapFactory.isGoogleMapsV1Supported() can give a false positive which causes a subsequent error when starting the map activity.
clearPath() - Method in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
createItem(int) - Method in class org.osmdroid.google.overlay.GoogleItemizedOverlay
 

D

draw(Canvas, MapView, boolean) - Method in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
draw(Canvas, MapView, boolean) - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
 

E

equals(Object) - Method in class org.osmdroid.google.wrapper.GeoPoint
 
equals(Object) - Method in class org.osmdroid.google.wrapper.v2.GeoPoint
 

F

fromPixels(int, int) - Method in class org.osmdroid.google.wrapper.Projection
 
fromPixels(int, int) - Method in class org.osmdroid.google.wrapper.v2.Projection
 

G

GeoPoint - Class in org.osmdroid.google.wrapper
A wrapper for the Google GeoPoint class.
GeoPoint(GeoPoint) - Constructor for class org.osmdroid.google.wrapper.GeoPoint
 
GeoPoint - Class in org.osmdroid.google.wrapper.v2
 
GeoPoint(LatLng) - Constructor for class org.osmdroid.google.wrapper.v2.GeoPoint
 
getBaseUrl() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
 
getBingKey() - Static method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
 
getController() - Method in class org.osmdroid.google.wrapper.MapView
 
getDefaultInstance() - Static method in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
Get an instance with default values.
getInstanceFromJSON(String) - Static method in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaData
Parse a JSON string containing ImageryMetaData response
getInstanceFromJSON(JSONObject) - Static method in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
Parse a JSON string containing resource field of a ImageryMetaData response
getLatitude() - Method in class org.osmdroid.google.wrapper.GeoPoint
 
getLatitude() - Method in class org.osmdroid.google.wrapper.v2.GeoPoint
 
getLatitudeE6() - Method in class org.osmdroid.google.wrapper.GeoPoint
 
getLatitudeE6() - Method in class org.osmdroid.google.wrapper.v2.GeoPoint
 
getLatitudeSpan() - Method in class org.osmdroid.google.wrapper.MapView
 
getLongitude() - Method in class org.osmdroid.google.wrapper.GeoPoint
 
getLongitude() - Method in class org.osmdroid.google.wrapper.v2.GeoPoint
 
getLongitudeE6() - Method in class org.osmdroid.google.wrapper.GeoPoint
 
getLongitudeE6() - Method in class org.osmdroid.google.wrapper.v2.GeoPoint
 
getLongitudeSpan() - Method in class org.osmdroid.google.wrapper.MapView
 
getMap(MapView) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
 
getMap(MapFragment) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
 
getMap(SupportMapFragment) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
 
getMap(MapView) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
 
getMap(MapView) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
 
getMapCenter() - Method in class org.osmdroid.google.wrapper.MapView
 
getMaximumZoomLevel() - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
 
getMaximumZoomLevel() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
get maximum zoom level
getMaxZoomLevel() - Method in class org.osmdroid.google.wrapper.MapView
 
getMinimumZoomLevel() - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
 
getMinimumZoomLevel() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
get minimum zoom level
getNorthEast() - Method in class org.osmdroid.google.wrapper.Projection
 
getNorthEast() - Method in class org.osmdroid.google.wrapper.v2.Projection
 
getProjection() - Method in class org.osmdroid.google.wrapper.MapView
 
getSouthWest() - Method in class org.osmdroid.google.wrapper.Projection
 
getSouthWest() - Method in class org.osmdroid.google.wrapper.v2.Projection
 
getStyle() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
 
getSubDomain() - Method in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
When several subdomains are available, get subdomain pointed by internal cycle counter on subdomains and increment this counter
getTileSizePixels() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
get tile size in pixel
getTileURLString(MapTile) - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
 
getZoomLevel() - Method in class org.osmdroid.google.wrapper.MapView
 
GoogleItemizedOverlay - Class in org.osmdroid.google.overlay
 
GoogleItemizedOverlay(Drawable) - Constructor for class org.osmdroid.google.overlay.GoogleItemizedOverlay
 
GooglePolylineOverlay - Class in org.osmdroid.google.overlay
 
GooglePolylineOverlay(int) - Constructor for class org.osmdroid.google.overlay.GooglePolylineOverlay
 
GooglePolylineOverlay(int, float) - Constructor for class org.osmdroid.google.overlay.GooglePolylineOverlay
 
GoogleTilesOverlay - Class in org.osmdroid.google.overlay
This class represents an OSM Tiles Overlay at a Google Map.
GoogleTilesOverlay(MapTileProviderBase, Context) - Constructor for class org.osmdroid.google.overlay.GoogleTilesOverlay
 
GoogleTilesOverlay(MapTileProviderBase, ResourceProxy) - Constructor for class org.osmdroid.google.overlay.GoogleTilesOverlay
 

I

ImageryMetaData - Class in org.osmdroid.tileprovider.tilesource.bing.imagerymetadata
ImageryMetaData storage.
ImageryMetaData() - Constructor for class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaData
 
ImageryMetaDataResource - Class in org.osmdroid.tileprovider.tilesource.bing.imagerymetadata
ImageryMetaData storage.
ImageryMetaDataResource() - Constructor for class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
 
IMAGERYSET_AERIAL - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Aerial imagery mode
IMAGERYSET_AERIALWITHLABELS - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Aerial imagery with road overlay mode
IMAGERYSET_ROAD - Static variable in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Roads imagery mode
isGoogleMapsV1Supported() - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
Check whether Google Maps v1 is supported on this device.
isGoogleMapsV2Supported(Context) - Static method in class org.osmdroid.google.wrapper.v2.MapFactory
Check whether Google Maps v2 is supported on this device.

M

m_imageHeight - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
image height in pixels (256 as default value)
m_imageUrl - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
image url pattern
m_imageUrlSubdomains - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
list of available sub domains.
m_imageWidth - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
image width in pixels (256 as default value)
m_isInitialised - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
whether this imagery has been initialised
m_zoomMax - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
maximum zoom level (22 as default value for BingMap)
m_zoomMin - Variable in class org.osmdroid.tileprovider.tilesource.bing.imagerymetadata.ImageryMetaDataResource
minimum zoom level (1 as default value for BingMap)
MapController - Class in org.osmdroid.google.wrapper
A wrapper for the Google MapController class.
MapController(MapController) - Constructor for class org.osmdroid.google.wrapper.MapController
 
MapFactory - Class in org.osmdroid.google.wrapper.v2
 
MapView - Class in org.osmdroid.google.wrapper
A wrapper for the Google MapView class.
MapView(MapView) - Constructor for class org.osmdroid.google.wrapper.MapView
 
MapView(Context, AttributeSet, int) - Constructor for class org.osmdroid.google.wrapper.MapView
 
MapView(Context, AttributeSet) - Constructor for class org.osmdroid.google.wrapper.MapView
 
MapView(Context, String) - Constructor for class org.osmdroid.google.wrapper.MapView
 
metersToEquatorPixels(float) - Method in class org.osmdroid.google.wrapper.Projection
 
metersToEquatorPixels(float) - Method in class org.osmdroid.google.wrapper.v2.Projection
 
mPaint - Variable in class org.osmdroid.google.overlay.GooglePolylineOverlay
 
mPaint - Variable in class org.osmdroid.google.overlay.GoogleTilesOverlay
 
mTileProvider - Variable in class org.osmdroid.google.overlay.GoogleTilesOverlay
Current tile source
MyLocationOverlay - Class in org.osmdroid.google.wrapper
A wrapper for the Google MyLocationOverlay class.
MyLocationOverlay(Context, MapView) - Constructor for class org.osmdroid.google.wrapper.MyLocationOverlay
 

O

org.osmdroid.google.overlay - package org.osmdroid.google.overlay
 
org.osmdroid.google.wrapper - package org.osmdroid.google.wrapper
 
org.osmdroid.google.wrapper.v2 - package org.osmdroid.google.wrapper.v2
 
org.osmdroid.tileprovider.tilesource.bing - package org.osmdroid.tileprovider.tilesource.bing
 
org.osmdroid.tileprovider.tilesource.bing.imagerymetadata - package org.osmdroid.tileprovider.tilesource.bing.imagerymetadata
 

P

pathBase() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
get the base path used for caching purpose
Projection - Class in org.osmdroid.google.wrapper
A wrapper for the Google Projection implementation.
Projection(MapView) - Constructor for class org.osmdroid.google.wrapper.Projection
 
Projection - Class in org.osmdroid.google.wrapper.v2
 
Projection(Projection) - Constructor for class org.osmdroid.google.wrapper.v2.Projection
 

R

removeAllItems() - Method in class org.osmdroid.google.overlay.GoogleItemizedOverlay
 
retrieveBingKey(Context) - Static method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Read the API key from the manifest.
This method should be invoked before class instantiation.

S

scrollBy(int, int) - Method in class org.osmdroid.google.wrapper.MapController
 
setAlpha(int) - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
 
setBackgroundColor(int) - Method in class org.osmdroid.google.wrapper.MapView
 
setCenter(IGeoPoint) - Method in class org.osmdroid.google.wrapper.MapController
 
setOverlayMarkerCentered(OverlayItem, Drawable) - Static method in class org.osmdroid.google.overlay.GoogleItemizedOverlay
Use this method instead of OverlayItem.setMarker(android.graphics.drawable.Drawable) to set a marker that is anchored center.
setStyle(String) - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
 
setUseDataConnection(boolean) - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
Set whether to use the network connection if it's available.
setZoom(int) - Method in class org.osmdroid.google.wrapper.MapController
 
size() - Method in class org.osmdroid.google.overlay.GoogleItemizedOverlay
 
stopAnimation(boolean) - Method in class org.osmdroid.google.wrapper.MapController
 
stopPanning() - Method in class org.osmdroid.google.wrapper.MapController
 

T

toPixels(IGeoPoint, Point) - Method in class org.osmdroid.google.wrapper.Projection
 
toPixels(IGeoPoint, Point) - Method in class org.osmdroid.google.wrapper.v2.Projection
 

U

updateBaseUrl() - Method in class org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
Resolves url patterns to update urls with current map view mode and available sub domain.
When several subdomains are available, change current sub domain in a cycle manner
useDataConnection() - Method in class org.osmdroid.google.overlay.GoogleTilesOverlay
Whether to use the network connection if it's available.

Z

zoomIn() - Method in class org.osmdroid.google.wrapper.MapController
 
zoomInFixing(int, int) - Method in class org.osmdroid.google.wrapper.MapController
 
zoomOut() - Method in class org.osmdroid.google.wrapper.MapController
 
zoomOutFixing(int, int) - Method in class org.osmdroid.google.wrapper.MapController
 
zoomToSpan(int, int) - Method in class org.osmdroid.google.wrapper.MapController
 
A B C D E F G I M O P R S T U Z 

Copyright © 2014. All Rights Reserved.