kilua-project
Toggle table of contents
0.0.25
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-leaflet
/
dev.kilua.externals.leaflet.layer
/
GeoJSON
/
Companion
/
coordsToLatLngs
coords
To
Lat
Lngs
fun
coordsToLatLngs
(
coords
:
JsArray
<
JsAny
>
,
levelsDeep
:
Int
=
definedExternally
,
coordsToLatLng
:
(
coords
:
Tuple2
<
JsNumber
,
JsNumber
>
)
->
LatLng
=
definedExternally
)
:
JsArray
<
JsAny
>
(
source
)
fun
coordsToLatLngs
(
coords
:
JsArray
<
JsAny
>
,
levelsDeep
:
Int
=
definedExternally
,
coordsToLatLng
:
(
coords
:
Tuple3
<
JsNumber
,
JsNumber
,
JsNumber
>
)
->
LatLng
=
definedExternally
)
:
JsArray
<
JsAny
>
(
source
)