icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Rotate Gesture #4

Closed Limonlol closed 4 years ago

Limonlol commented 4 years ago

Need func or property to disable rotate gesture

Alex009 commented 4 years ago

in 0.2.0 will be available settings:

data class UiSettings(
    val compassEnabled: Boolean = false,
    val myLocationEnabled: Boolean = false,
    val myLocationButtonEnabled: Boolean = false,
    val indoorLevelPickerEnabled: Boolean = false,
    val scrollGesturesEnabled: Boolean = true,
    val zoomGesturesEnabled: Boolean = true,
    val tiltGesturesEnabled: Boolean = true,
    val rotateGesturesEnabled: Boolean = true,
    val scrollGesturesDuringRotateOrZoomEnabled: Boolean = true
)
Alex009 commented 4 years ago

released in 0.2.0