A GeometryCollection contains a number of geometry objects. Any
LatLng or LatLngLiteral objects are
automatically converted to Data.Point geometry objects.
Access by calling const {Data} = await google.maps.importLibrary("maps"). See
https://developers.google.com/maps/documentation/javascript/libraries.
Returns an array of the contained geometry objects. A new array is
returned each time getArray() is called.
Returns the n-th contained geometry object.
Returns the number of contained geometry objects.
Returns the string "GeometryCollection".
Generated using TypeDoc
A GeometryCollection contains a number of geometry objects. Any
LatLngorLatLngLiteralobjects are automatically converted toData.Pointgeometry objects.Access by calling
const {Data} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.