KmlGroundOverlay

open class KmlGroundOverlay

Represents a KML Ground Overlay

Functions

Link copied to clipboard
open fun getImageUrl(): String
Gets an image url
Link copied to clipboard
open fun getLatLngBox(): LatLngBounds
Returns boundaries of the ground overlay
Link copied to clipboard
Gets an iterable of the properties
Link copied to clipboard
open fun getProperty(keyValue: String): String
Gets a property value
Link copied to clipboard
open fun hasProperty(keyValue: String): Boolean
Returns a boolean value determining whether the ground overlay has a property
Link copied to clipboard
open fun toString(): String