public class MapQuestOsmTileSource extends AbstractMapQuestTileSource
TileSource.TileUpdate
MAPQUEST_ATTRIBUTION, MAPQUEST_WEBSITE
DEFAULT_OSM_ATTRIBUTION
baseUrl, name
attributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL
Constructor and Description |
---|
MapQuestOsmTileSource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
getAttributionImage, getAttributionImageURL, getBaseUrl, getTermsOfUseURL, getTileUpdate
getAttributionLinkURL, getMaxZoom, getTermsOfUseText, requiresAttribution
getDistance, getExtension, getMinZoom, getName, getTilePath, getTileSize, getTileType, getTileUrl, latToTileY, LatToY, lonToTileX, LonToX, tileXToLon, tileYToLat, toString, XToLon, YToLat
setAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURL
public java.lang.String getAttributionText(int zoom, Coordinate topLeft, Coordinate botRight)
getAttributionText
in interface Attributed
getAttributionText
in class AbstractOsmTileSource
zoom
- 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.