gesture library
Classes
- DefaultHandler
- DoubleTapGestureDetector
- Deprecated, use TapGestureDetector instead Recognizes double tap gesture and informs MapModel
- DoubleTapHandler
- DragAndDropGestureDetector
- Recognizes short, long and double taps and informs MapModel
- DragNdropHandler
- GenericGestureDetector
- LongTapHandler
- MoveGestureDetector
- Moves the map around by calling mapModel.setCenter() whenever the user drags the map. Flinging is also supported.
- MoveHandler
- RotationGestureDetector
- RotationHandler
- ScaleGestureDetector
- Two‐finger rotation overlay that never blocks pan/zoom, and uses ViewModel.rotateDelta() to apply each twist incrementally.
- ScaleHandler
- SingleTapHandler
- Recognizes a single tap event. The handler must be active to prevent recognizing the second tap of a double tap as a single tap.
- TapGestureDetector
- Recognizes short, long and double taps and informs MapModel
Enums
- DragNdropStatus
- ///////////////////////////////////////////////////////////////////////////