A rectangular image overlay on the map.
Access by calling const {GroundOverlay} = await google.maps.importLibrary("maps")
. See
https://developers.google.com/maps/documentation/javascript/libraries.
Adds the given listener function to the given event name. Returns an
identifier for this listener that can be used with
google.maps.event.removeListener
.
Binds a View to a Model.
Gets a value.
Gets the LatLngBounds
of this overlay.
Returns the map on which this ground overlay is displayed.
Returns the opacity of this ground overlay.
Gets the url of the projected image.
Notify all observers of a change on this property. This notifies both objects that are bound to the object's property as well as the object that it is bound to.
Sets a value.
Renders the ground overlay on the specified map. If map is set to
null
, the overlay is removed.
Sets the opacity of this ground overlay.
Sets a collection of key-value pairs.
Removes a binding. Unbinding will set the unbound property to the current value. The object will not be notified, as the value has not changed.
Removes all bindings.
Generated using TypeDoc
A rectangular image overlay on the map.
Access by calling
const {GroundOverlay} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.