MapLibre Compose API Reference
Toggle table of contents
0.13.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MapLibre Compose API Reference
maplibre-js-bindings
/
org.maplibre.kmp.js.geometry
Package-level
declarations
Types
Types
Lng
Lat
Link copied to clipboard
external
class
LngLat
(
val
lng
:
Double
,
val
lat
:
Double
)
LngLat
Lng
Lat
Bounds
Link copied to clipboard
external
class
LngLatBounds
(
sw
:
LngLat
,
ne
:
LngLat
)
LngLatBounds
Point
Link copied to clipboard
external
class
Point
(
x
:
Double
,
y
:
Double
)
Point