-
- All Implemented Interfaces:
-
org.osmdroid.tileprovider.tilesource.IStyledTileSource,org.osmdroid.tileprovider.tilesource.ITileSource
public class CloudmadeTileSource extends OnlineTileSourceBase implements IStyledTileSource<Integer>
-
-
Constructor Summary
Constructors Constructor Description CloudmadeTileSource(String pName, int pZoomMinLevel, int pZoomMaxLevel, int pTileSizePixels, String pImageFilenameEnding, Array<String> pBaseUrl)
-
Method Summary
Modifier and Type Method Description StringpathBase()StringgetTileURLString(long pMapTileIndex)voidsetStyle(Integer pStyle)voidsetStyle(String pStyle)IntegergetStyle()-
Methods inherited from class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
acquire, getBaseUrl, getTileSourcePolicy, release -
Methods inherited from class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
getCopyrightNotice, getDrawable, getDrawable, getMaximumZoomLevel, getMinimumZoomLevel, getTileRelativeFilenameString, getTileSizePixels, imageFilenameEnding, name, ordinal, toString -
Methods inherited from class org.osmdroid.tileprovider.tilesource.ITileSource
getDrawable, getDrawable -
Methods inherited from class org.osmdroid.tileprovider.tilesource.IStyledTileSource
getStyle, setStyle, setStyle -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-