Package | Description |
---|---|
org.osmdroid | |
org.osmdroid.tileprovider.tilesource | |
org.osmdroid.util |
Modifier and Type | Method and Description |
---|---|
static ResourceProxy.string |
ResourceProxy.string.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceProxy.string[] |
ResourceProxy.string.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ResourceProxy.getString(ResourceProxy.string pResId) |
String |
DefaultResourceProxyImpl.getString(ResourceProxy.string pResId) |
String |
ResourceProxy.getString(ResourceProxy.string pResId,
Object... formatArgs)
Use a string resource as a format definition, and format using the supplied format arguments.
|
String |
DefaultResourceProxyImpl.getString(ResourceProxy.string pResId,
Object... formatArgs) |
Constructor and Description |
---|
BitmapTileSourceBase(String aName,
ResourceProxy.string aResourceId,
int aZoomMinLevel,
int aZoomMaxLevel,
int aTileSizePixels,
String aImageFilenameEnding)
Constructor
|
CloudmadeTileSource(String pName,
ResourceProxy.string pResourceId,
int pZoomMinLevel,
int pZoomMaxLevel,
int pTileSizePixels,
String pImageFilenameEnding,
String[] pBaseUrl) |
MapBoxTileSource(String name,
ResourceProxy.string resourceId,
int zoomMinLevel,
int zoomMaxLevel,
int tileSizePixels,
String imageFilenameEnding)
TileSource allowing majority of options (sans url) to be user selected.
|
MapBoxTileSource(String name,
ResourceProxy.string resourceId,
int zoomMinLevel,
int zoomMaxLevel,
int tileSizePixels,
String imageFilenameEnding,
String mapBoxMapId,
String mapBoxVersionBaseUrl)
TileSource allowing all options to be user selected.
|
OnlineTileSourceBase(String aName,
ResourceProxy.string aResourceId,
int aZoomMinLevel,
int aZoomMaxLevel,
int aTileSizePixels,
String aImageFilenameEnding,
String[] aBaseUrl)
Constructor
|
QuadTreeTileSource(String aName,
ResourceProxy.string aResourceId,
int aZoomMinLevel,
int aZoomMaxLevel,
int aTileSizePixels,
String aImageFilenameEnding,
String[] aBaseUrl) |
XYTileSource(String aName,
ResourceProxy.string aResourceId,
int aZoomMinLevel,
int aZoomMaxLevel,
int aTileSizePixels,
String aImageFilenameEnding,
String[] aBaseUrl) |
Modifier and Type | Method and Description |
---|---|
String |
ResourceProxyImpl.getString(ResourceProxy.string pResId) |
String |
ResourceProxyImpl.getString(ResourceProxy.string pResId,
Object... formatArgs) |
Copyright © 2014. All Rights Reserved.