MapLibre Compose API Reference
Toggle table of contents
0.11.1
desktop
Platform filter
desktop
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-native-bindings
/
org.maplibre.kmp.native.util
Package-level
declarations
Types
Types
Edge
Insets
Link copied to clipboard
data
class
EdgeInsets
(
val
top
:
Double
=
0.0
,
val
left
:
Double
=
0.0
,
val
bottom
:
Double
=
0.0
,
val
right
:
Double
=
0.0
)
Lat
Lng
Link copied to clipboard
data
class
LatLng
(
val
latitude
:
Double
,
val
longitude
:
Double
)
Screen
Coordinate
Link copied to clipboard
data
class
ScreenCoordinate
(
val
x
:
Double
,
val
y
:
Double
)
Size
Link copied to clipboard
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)