public interface Attributed
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getAttributionImage() |
java.lang.String |
getAttributionImageURL() |
java.lang.String |
getAttributionLinkURL() |
java.lang.String |
getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
java.lang.String |
getTermsOfUseText() |
java.lang.String |
getTermsOfUseURL() |
boolean |
requiresAttribution() |
boolean requiresAttribution()
java.lang.String getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
zoom - The optional zoom level for the view.botRight - The bottom right of the bounding box for attribution.topLeft - The top left of the bounding box for attribution.java.lang.String getAttributionLinkURL()
java.awt.Image getAttributionImage()
java.lang.String getAttributionImageURL()
java.lang.String getTermsOfUseText()
java.lang.String getTermsOfUseURL()