Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceProxyImpl
Default implementation of
ResourceProxy that returns fixed string to get
string resources and reads the jar package to get bitmap resources. |
Modifier and Type | Method and Description |
---|---|
String |
ITileSource.localizedName(ResourceProxy proxy)
A localized human-friendly name for this tile source
|
String |
BitmapTileSourceBase.localizedName(ResourceProxy proxy) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceProxyImpl
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. |
Modifier and Type | Method and Description |
---|---|
ResourceProxy |
MapView.getResourceProxy() |
Constructor and Description |
---|
MapView(android.content.Context context,
int tileSizePixels,
ResourceProxy resourceProxy) |
MapView(android.content.Context context,
int tileSizePixels,
ResourceProxy resourceProxy,
MapTileProviderBase aTileProvider) |
MapView(android.content.Context context,
int tileSizePixels,
ResourceProxy resourceProxy,
MapTileProviderBase aTileProvider,
android.os.Handler tileRequestCompleteHandler) |
MapView(android.content.Context context,
int tileSizePixels,
ResourceProxy resourceProxy,
MapTileProviderBase tileProvider,
android.os.Handler tileRequestCompleteHandler,
android.util.AttributeSet attrs) |
Modifier and Type | Field and Description |
---|---|
protected ResourceProxy |
Overlay.mResourceProxy |
Constructor and Description |
---|
DirectedLocationOverlay(android.content.Context ctx,
ResourceProxy pResourceProxy) |
ItemizedIconOverlay(List<Item> pList,
android.graphics.drawable.Drawable pDefaultMarker,
ItemizedIconOverlay.OnItemGestureListener<Item> pOnItemGestureListener,
ResourceProxy pResourceProxy) |
ItemizedIconOverlay(List<Item> pList,
ItemizedIconOverlay.OnItemGestureListener<Item> pOnItemGestureListener,
ResourceProxy pResourceProxy) |
ItemizedOverlay(android.graphics.drawable.Drawable pDefaultMarker,
ResourceProxy pResourceProxy) |
ItemizedOverlayControlView(android.content.Context context,
android.util.AttributeSet attrs,
ResourceProxy pResourceProxy) |
ItemizedOverlayWithFocus(List<Item> aList,
android.graphics.drawable.Drawable pMarker,
android.graphics.drawable.Drawable pMarkerFocused,
int pFocusedBackgroundColor,
ItemizedIconOverlay.OnItemGestureListener<Item> aOnItemTapListener,
ResourceProxy pResourceProxy) |
ItemizedOverlayWithFocus(List<Item> aList,
ItemizedIconOverlay.OnItemGestureListener<Item> aOnItemTapListener,
ResourceProxy pResourceProxy) |
MyLocationOverlay(android.content.Context ctx,
MapView mapView,
ResourceProxy pResourceProxy)
Deprecated.
|
Overlay(ResourceProxy pResourceProxy) |
PathOverlay(int color,
float width,
ResourceProxy resourceProxy) |
PathOverlay(int color,
ResourceProxy resourceProxy) |
SafeDrawOverlay(ResourceProxy pResourceProxy) |
ScaleBarOverlay(android.content.Context context,
ResourceProxy pResourceProxy) |
SimpleLocationOverlay(android.content.Context ctx,
ResourceProxy pResourceProxy) |
TilesOverlay(MapTileProviderBase aTileProvider,
ResourceProxy pResourceProxy) |
Constructor and Description |
---|
CompassOverlay(android.content.Context context,
IOrientationProvider orientationProvider,
MapView mapView,
ResourceProxy pResourceProxy) |
Constructor and Description |
---|
MyLocationNewOverlay(IMyLocationProvider myLocationProvider,
MapView mapView,
ResourceProxy resourceProxy) |
Copyright © 2014. All Rights Reserved.