public class MapQuestOsmTileSource extends AbstractMapQuestTileSource
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
PATTERN |
MAPQUEST_ATTRIBUTION, MAPQUEST_WEBSITEDEFAULT_OSM_ATTRIBUTIONmaxZoom, minZoom, osmMercatorbaseUrl, id, name, tileSizeattributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL| Constructor and Description |
|---|
MapQuestOsmTileSource() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributionText(int zoom,
ICoordinate topLeft,
ICoordinate botRight) |
getAttributionImage, getAttributionImageURL, getBaseUrl, getTermsOfUseURLgetAttributionLinkURL, getMaxZoom, getTermsOfUseText, requiresAttributiongetDistance, getMinZoom, latLonToTileXY, latLonToXY, tileXYToLatLon, xyToLatLongetDefaultTileSize, getExtension, getId, getMetadata, getName, getTileId, getTilePath, getTileSize, getTileUrl, getTileXMax, getTileXMin, getTileYMax, getTileYMin, isNoTileAtZoom, latLonToTileXY, latLonToXY, tileXYToLatLon, tileXYToLatLon, toString, xyToLatLonsetAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURLprivate static final java.lang.String PATTERN
public MapQuestOsmTileSource()
public java.lang.String getAttributionText(int zoom, ICoordinate topLeft, ICoordinate 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.