MapGesturesDetector

open class MapGesturesDetector : RotationAndTiltGestureDetector.RotationGestureDetectorInterface, QuickScaleGestureDetector.QuickScaleGestureDetectorInterface

Constructors

MapGesturesDetector
Link copied to clipboard
open fun MapGesturesDetector(context: Context)

Types

MapGestureListener
Link copied to clipboard
interface MapGestureListener
ZoomDirection
Link copied to clipboard
annotation class ZoomDirection

Functions

addMapGestureListener
Link copied to clipboard
open fun addMapGestureListener(listener: MapGesturesDetector.MapGestureListener)
Adds gesture listener to the list of listeners
getQuickScaleZoomDirection
Link copied to clipboard
open fun getQuickScaleZoomDirection(): Int
getRotationAngle
Link copied to clipboard
open fun getRotationAngle(): Float
getRotationDuration
Link copied to clipboard
open fun getRotationDuration(): Long
Get the duration of rotation gesture
getRotationStep
Link copied to clipboard
open fun getRotationStep(): Float
getScaleCurrentSpan
Link copied to clipboard
open fun getScaleCurrentSpan(): Float
getScaleCurrentSpanX
Link copied to clipboard
open fun getScaleCurrentSpanX(): Float
getScaleCurrentSpanY
Link copied to clipboard
open fun getScaleCurrentSpanY(): Float
getScaleEventTime
Link copied to clipboard
open fun getScaleEventTime(): Long
getScaleFactor
Link copied to clipboard
open fun getScaleFactor(): Float
getScaleFocusX
Link copied to clipboard
open fun getScaleFocusX(): Float
getScaleFocusY
Link copied to clipboard
open fun getScaleFocusY(): Float
getScalePreviousSpan
Link copied to clipboard
open fun getScalePreviousSpan(): Float
getScalePreviousSpanX
Link copied to clipboard
open fun getScalePreviousSpanX(): Float
getScalePreviousSpanY
Link copied to clipboard
open fun getScalePreviousSpanY(): Float
getScaleTimeDelta
Link copied to clipboard
open fun getScaleTimeDelta(): Long
getTilt
Link copied to clipboard
open fun getTilt(): Float
getTiltStep
Link copied to clipboard
open fun getTiltStep(): Float
onMapMoveDone
Link copied to clipboard
open fun onMapMoveDone()
onTouch
Link copied to clipboard
open fun onTouch(motionEvent: MotionEvent): Boolean
removeMapGestureListener
Link copied to clipboard
open fun removeMapGestureListener(listener: MapGesturesDetector.MapGestureListener): Boolean
Removes gesture listener from the list of listeners
setGestureOverlappingEnabled
Link copied to clipboard
open fun setGestureOverlappingEnabled(enabled: Boolean)