A LineString geometry contains a number of LatLng
s.
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 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.Access by calling
const {Data} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.