coordsToLatLngs

fun coordsToLatLngs(coords: Array<Any>, levelsDeep: Number = definedExternally, coordsToLatLng: (coords: Pair<Number, Number>) -> LatLng = definedExternally): Array<Any>(source)
fun coordsToLatLngs(coords: Array<Any>, levelsDeep: Number = definedExternally, coordsToLatLng: (coords: Triple<Number, Number, Number>) -> LatLng = definedExternally): Array<Any>(source)