coordsToLatLng static method

LatLng coordsToLatLng(
  1. List coords
)

Creates a LatLng object from an array of 2 numbers (longitude, latitude) or 3 numbers (longitude, latitude, altitude) used in GeoJSON for points.

Implementation

external static LatLng coordsToLatLng(List coords);