LatLng.fromList constructor

LatLng.fromList(
  1. List coordinates
)

Expects an array of the form Number, Number or Number, Number, Number instead

Implementation

external LatLng.fromList(List coordinates);