MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
kotlin-maplibre-js
/
dev.sargunv.maplibrejs
/
LngLat
Lng
Lat
external
class
LngLat
(
val
lng
:
Double
,
val
lat
:
Double
)
(
source
)
LngLat
Members
Constructors
Lng
Lat
Link copied to clipboard
constructor
(
lng
:
Double
,
lat
:
Double
)
Properties
lat
Link copied to clipboard
val
lat
:
Double
lng
Link copied to clipboard
val
lng
:
Double
Functions
distance
To
Link copied to clipboard
fun
distanceTo
(
lngLat
:
LngLat
)
:
Double
to
Array
Link copied to clipboard
fun
toArray
(
)
:
DoubleArray
wrap
Link copied to clipboard
fun
wrap
(
)
:
LngLat