public class MapQuestOsmTileSource extends AbstractMapQuestTileSource
TileSource.TileUpdateMAPQUEST_ATTRIBUTION, MAPQUEST_WEBSITEDEFAULT_OSM_ATTRIBUTIONbaseUrl, nameattributionImage, 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, getTileUpdategetAttributionLinkURL, getMaxZoom, getTermsOfUseText, requiresAttributiongetDistance, getExtension, getMinZoom, getName, getTilePath, getTileSize, getTileType, getTileUrl, latToTileY, LatToY, lonToTileX, LonToX, tileXToLon, tileYToLat, toString, XToLon, YToLatsetAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURLpublic java.lang.String getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
getAttributionText in interface AttributedgetAttributionText in class AbstractOsmTileSourcezoom - 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.