TTOptionGesturesDisable Constants Reference

Declared in TTMapView.h

TTOptionGesturesDisable

Enumerate of TTOptionGesturesDisable

  • TTOptionGesturesDisableNone:
  • TTOptionGesturesDisableZoom: Disable zoom gestures on map
  • TTOptionGesturesDisableScroll: Disable scroll gestures on map
  • TTOptionGesturesDisablePinch: Disable pinch gestures on map
  • TTOptionGesturesDisableRotate: Disable rotate gestures on map

Definition

typedef NS_OPTIONS(NSInteger, TTOptionGesturesDisable ) {
   TTOptionGesturesDisableNone = 0,
   TTOptionGesturesDisableZoom = 1 < < 0,
   TTOptionGesturesDisableScroll = 1 < < 1,
   TTOptionGesturesDisableRotate = 1 < < 2,
};

Constants

TTOptionGesturesDisableNone

Enumerate of TTOptionGesturesDisable

Declared In TTMapView.h.

TTOptionGesturesDisableZoom

Enumerate of TTOptionGesturesDisable

Declared In TTMapView.h.

TTOptionGesturesDisableScroll

Enumerate of TTOptionGesturesDisable

Declared In TTMapView.h.

TTOptionGesturesDisableRotate

Enumerate of TTOptionGesturesDisable

Declared In TTMapView.h.

Declared In

TTMapView.h