ArcGIS Runtime SDK for iOS: AGSSurface.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSurface.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSNavigationConstraint { AGSNavigationConstraintNone = 0 , AGSNavigationConstraintStayAbove = 1 }
 

Enumeration Type Documentation

◆ AGSNavigationConstraint

The list of options for constraining navigation based on the surface elevation.

Since
100.5
Enumerator
AGSNavigationConstraintNone 

Camera navigation is unconstrained. In this mode the camera may pass above and below the elevation surface.

AGSNavigationConstraintStayAbove 

Camera navigation is constrained to remaining above the elevation surface. The altitude of the camera may not fall below the elevation of the surface. If the elevation is added or updates resulting in the camera altitude being below the elevation the camera will be pushed up to be at the surface.