toggle menu
maplibre-compose
0.1.0
common
switch theme
search in API
maplibre-compose
/
dev.sargunv.maplibrecompose.core.data
/
GestureSettings
Gesture
Settings
data
class
GestureSettings
(
val
isTiltGesturesEnabled
:
Boolean
=
true
,
val
isZoomGesturesEnabled
:
Boolean
=
true
,
val
isRotateGesturesEnabled
:
Boolean
=
true
,
val
isScrollGesturesEnabled
:
Boolean
=
true
)
Members
Constructors
Gesture
Settings
Link copied to clipboard
constructor
(
isTiltGesturesEnabled
:
Boolean
=
true
,
isZoomGesturesEnabled
:
Boolean
=
true
,
isRotateGesturesEnabled
:
Boolean
=
true
,
isScrollGesturesEnabled
:
Boolean
=
true
)
Properties
is
Rotate
Gestures
Enabled
Link copied to clipboard
val
isRotateGesturesEnabled
:
Boolean
=
true
is
Scroll
Gestures
Enabled
Link copied to clipboard
val
isScrollGesturesEnabled
:
Boolean
=
true
is
Tilt
Gestures
Enabled
Link copied to clipboard
val
isTiltGesturesEnabled
:
Boolean
=
true
is
Zoom
Gestures
Enabled
Link copied to clipboard
val
isZoomGesturesEnabled
:
Boolean
=
true