public interface Attributed
Modifier and Type | Method and Description |
---|---|
Image |
getAttributionImage() |
String |
getAttributionImageURL() |
String |
getAttributionLinkURL() |
String |
getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
String |
getTermsOfUseText() |
String |
getTermsOfUseURL() |
boolean |
requiresAttribution() |
boolean requiresAttribution()
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.String getAttributionLinkURL()
Image getAttributionImage()
String getAttributionImageURL()
String getTermsOfUseText()
String getTermsOfUseURL()