Transforms an array of Positions into array of google.maps.LatLngLiteral
Returns Array<google.maps.LatLngLiteral> array of google.maps.LatLngLiteral
Transforms an array of google.maps.LatLng or google.maps.LatLngLiteral to an array of Positions
arrayLatLng
(Array<google.maps.LatLng> | Array<google.maps.LatLngLiteral>) Array of google.maps.LatLng or google.maps.LatLngLiteralcloseRing
bool optionally, ensure the passed coordinate array forms a closed ring (optional, defaultfalse
)