GLMapViewGestures
enum GLMapViewGestures {}
Gestures handled by GLMapView
-
Gesture recognition disabled
Declaration
Objective-C
GLMapViewGesture_None = 0 -
Pan gesture
Declaration
Objective-C
GLMapViewGesture_Pan = 1 -
Zoom gesture
Declaration
Objective-C
GLMapViewGesture_Zoom = 1 << 1 -
Rotate gesture
Declaration
Objective-C
GLMapViewGesture_Rotate = 1 << 2 -
Zoom in gesture
Declaration
Objective-C
GLMapViewGesture_ZoomIn = 1 << 3 -
Zoom out gesture
Declaration
Objective-C
GLMapViewGesture_ZoomOut = 1 << 4 -
Tap gesture
Declaration
Objective-C
GLMapViewGesture_Tap = 1 << 5 -
Long press gesture
Declaration
Objective-C
GLMapViewGesture_LongPress = 1 << 6 -
Recognise all gestures
Declaration
Objective-C
GLMapViewGesture_All = GLMapViewGesture_Pan | GLMapViewGesture_Zoom | GLMapViewGesture_Rotate | GLMapViewGesture_ZoomIn | GLMapViewGesture_ZoomOut | GLMapViewGesture_Tap | GLMapViewGesture_LongPress
Install in Dash
GLMapViewGestures Enumeration Reference