coordsToLatLng

abstract var coordsToLatLng: (coords: JsArray<JsNumber>) -> LatLng?(source)

A Function that will be used for converting GeoJSON coordinates to LatLngs.

The default is GeoJSON.Companion.coordsToLatLng.