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
/
LatLng
Lat
Lng
data
class
LatLng
(
val
latitude
:
Double
,
val
longitude
:
Double
)
(
source
)
Members
Constructors
Lat
Lng
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double