A MultiPoint geometry contains a number of LatLng
s.
Returns an array of the contained LatLng
s. A new array is
returned each time getArray()
is called.
Returns the n
-th contained LatLng
.
Returns the number of contained LatLng
s.
Returns the string "MultiPoint"
.
Generated using TypeDoc
A MultiPoint geometry contains a number of
LatLng
s.