A feature has a geometry, an id, and a set of properties.
Access by calling const {Data} = await google.maps.importLibrary("maps")
. See
https://developers.google.com/maps/documentation/javascript/libraries.
Repeatedly invokes the given function, passing a property value and name on each invocation. The order of iteration through the properties is undefined.
Returns the feature's geometry.
Returns the feature ID.
Returns the value of the requested property, or undefined
if
the property does not exist.
Removes the property with the given name.
Sets the feature's geometry.
Sets the value of the specified property. If newValue
is
undefined
this is equivalent to calling
removeProperty
.
Exports the feature to a GeoJSON object.
Generated using TypeDoc
A feature has a geometry, an id, and a set of properties.
Access by calling
const {Data} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.