-
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class KmlGroundOverlay
Represents a KML Ground Overlay.
-
-
Method Summary
Modifier and Type Method Description final StringgetImageUrl()final LatLngBoundsgetLatLngBox()final Iterable<String>getProperties()final StringgetProperty(String keyValue)final BooleanhasProperty(String keyValue)StringtoString()-
-
Method Detail
-
getImageUrl
final String getImageUrl()
-
getLatLngBox
final LatLngBounds getLatLngBox()
-
getProperties
final Iterable<String> getProperties()
-
getProperty
final String getProperty(String keyValue)
-
hasProperty
final Boolean hasProperty(String keyValue)
-
-
-
-