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
/
ScreenCoordinate
Screen
Coordinate
data
class
ScreenCoordinate
(
val
x
:
Double
,
val
y
:
Double
)
(
source
)
Members
Constructors
Screen
Coordinate
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String