Package 

Class BingMapTileSource

    • Method Summary

      Modifier and Type Method Description
      static void retrieveBingKey(Context aContext) Read the API key from the manifest.
      static String getBingKey()
      static void setBingKey(String key)
      String getBaseUrl() Get the base url, which will be a random one if there are more than one.
      String getTileURLString(long pMapTileIndex)
      int getMinimumZoomLevel() get minimum zoom level
      int getMaximumZoomLevel() get maximum zoom level
      int getTileSizePixels() get tile size in pixel
      String pathBase() get the base path used for caching purpose
      String getCopyrightNotice() Returns an I18N sensitive string representing the copy right notice (if any) of the tile source
      void setStyle(String pStyle)
      String getStyle()
      ImageryMetaDataResource initMetaData() Fire this after you've set up your prefered tile styles and localeif you forget, it should fire on the first request for tiles.
      • Methods inherited from class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase

        acquire, getTileSourcePolicy, release
      • Methods inherited from class org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase

        getDrawable, getDrawable, getTileRelativeFilenameString, 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