-
public class KmlGroundOverlayRepresents a KML Ground Overlay
-
-
Method Summary
Modifier and Type Method Description StringgetImageUrl()Gets an image url LatLngBoundsgetLatLngBox()Returns boundaries of the ground overlay Iterable<String>getProperties()Gets an iterable of the properties StringgetProperty(String keyValue)Gets a property value booleanhasProperty(String keyValue)Returns a boolean value determining whether the ground overlay has a property StringtoString()-
-
Method Detail
-
getImageUrl
String getImageUrl()
Gets an image url
-
getLatLngBox
LatLngBounds getLatLngBox()
Returns boundaries of the ground overlay
-
getProperties
Iterable<String> getProperties()
Gets an iterable of the properties
-
getProperty
String getProperty(String keyValue)
Gets a property value
- Parameters:
keyValue- key value of the property
-
hasProperty
boolean hasProperty(String keyValue)
Returns a boolean value determining whether the ground overlay has a property
- Parameters:
keyValue- Value to retrieve
-
-
-
-