A LineString geometry contains a number of LatLng
s.
Returns an array of the contained LatLngs
. 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 "LineString"
.
Generated using TypeDoc
A LineString geometry contains a number of
LatLng
s.