|
ArcGIS Runtime SDK for iOS
100.15
|
Options to configure Scene View user interactions.
Instances of this class provide options to configure the user interactions supported by AGSSceneView.
Class Methods | |
| (instancetype) | + sceneViewInteractionOptions |
Properties | |
| BOOL | enabled |
| BOOL | flickEnabled |
| double | zoomFactor |
| + (instancetype) sceneViewInteractionOptions |
|
readwritenonatomicassign |
Whether all the user interaction is enabled on the AGSSceneView. Default is YES
|
readwritenonatomicassign |
Whether the user can flick the AGSSceneView with a fast pan gesture. Default is YES
|
readwritenonatomicassign |
Zoom factor for animated zooming in and out. Default is 2.0. Values less than or equal to 1.0 are not supported and will be ignored.