A LinearRing geometry contains a number of LatLngs,
representing a closed LineString. There is no need to make the first
LatLng equal to the last LatLng. The LinearRing
is closed implicitly.
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 LatLngs.
Returns the string "LinearRing".
Generated using TypeDoc
A LinearRing geometry contains a number of
LatLngs, representing a closed LineString. There is no need to make the firstLatLngequal to the lastLatLng. The LinearRing is closed implicitly.Access by calling
const {Data} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.