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
/
MapTouchEvent
Map
Touch
Event
external
class
MapTouchEvent
:
MapLibreEvent
<
<Error class: unknown class>
>
(
source
)
MapTouchEvent
Members
Properties
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
lng
Lat
Link copied to clipboard
val
lngLat
:
LngLat
lng
Lats
Link copied to clipboard
val
lngLats
:
Array
<
LngLat
>
original
Event
Link copied to clipboard
open
override
val
originalEvent
:
<Error class: unknown class>
point
Link copied to clipboard
val
point
:
Point
points
Link copied to clipboard
val
points
:
Array
<
Point
>
target
Link copied to clipboard
open
override
val
target
:
Map
type
Link copied to clipboard
open
override
val
type
:
String
Functions
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)