public class KmlGroundOverlay
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageUrl()
Gets an image url
|
LatLngBounds |
getLatLngBox()
Returns boundaries of the ground overlay
|
java.lang.Iterable<java.lang.String> |
getProperties()
Gets an iterable of the properties
|
java.lang.String |
getProperty(java.lang.String keyValue)
Gets a property value
|
boolean |
hasProperty(java.lang.String keyValue)
Returns a boolean value determining whether the ground overlay has a property
|
java.lang.String |
toString() |
public java.lang.String getImageUrl()
public LatLngBounds getLatLngBox()
public java.lang.Iterable<java.lang.String> getProperties()
public java.lang.String getProperty(java.lang.String keyValue)
keyValue
- key value of the propertypublic boolean hasProperty(java.lang.String keyValue)
keyValue
- Value to retrievepublic java.lang.String toString()
toString
in class java.lang.Object