A GeometryCollection contains a number of geometry objects. Any
LatLng
or LatLngLiteral
objects are
automatically converted to Data.Point
geometry objects.
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
LatLng
orLatLngLiteral
objects are automatically converted toData.Point
geometry objects.