Skip to content

Latest commit

 

History

History
executable file
·
36 lines (19 loc) · 1.4 KB

coords_to_latlng.md

File metadata and controls

executable file
·
36 lines (19 loc) · 1.4 KB

toLatLngs

Transforms an array of Positions into array of google.maps.LatLngLiteral

Parameters

Returns Array<google.maps.LatLngLiteral> array of google.maps.LatLngLiteral

toCoords

Transforms an array of google.maps.LatLng or google.maps.LatLngLiteral to an array of Positions

Parameters

Returns Array<Position> an array of Position