Access by calling const {MVCArray} = await google.maps.importLibrary("core")
. 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.
Removes all elements from the array.
Iterate over each element, calling the provided callback. The callback is called for each element like: callback(element, index).
Gets a value.
Returns a reference to the underlying Array. Warning: if the Array is mutated, no events will be fired by this object.
Returns the element at the specified index.
Returns the number of elements in this array.
Inserts an element at the specified index.
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.
Removes the last element of the array and returns that element.
Adds one element to the end of the array and returns the new length of the array.
Removes an element from the specified index.
Sets a value.
Sets an element at the specified index.
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
Access by calling
const {MVCArray} = await google.maps.importLibrary("core")
. See https://developers.google.com/maps/documentation/javascript/libraries.