public class BingTileSource extends DefaultTileSource
TileSource for bing maps.apiKey, baseUrl, DEFAULT_TILE_SIZE, name| Constructor and Description |
|---|
BingTileSource(java.lang.String name,
java.lang.String base_url) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
getApiKey, getAttributionImage, getAttributionLinkURL, getBaseUrl, getMaxZoom, getMinZoom, getName, getTermsOfUseURL, getTilePath, getTileSize, getTileUrl, isAttributionRequired, latToTileY, lonToTileX, setApiKey, setAttributionImage, setAttributionLinkURL, setAttributionRequired, setAttributionText, setMaxZoom, setMinZoom, setTermsOfUserURL, setTilePathBuilder, setUrlBuilder, tileXToLon, tileYToLat, toStringpublic BingTileSource(java.lang.String name,
java.lang.String base_url)
public java.lang.String getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
getAttributionText in interface TileSourcegetAttributionText in class DefaultTileSourcezoom - The optional zoom level for the view.topLeft - The top left of the bounding box for attribution.botRight - The bottom right of the bounding box for attribution.