Show / Hide Table of Contents

Enum NavigationConstraint

Identifies type of navigation constraint based on the surface elevation.

Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum NavigationConstraint
Remarks

This enum is used to constrain all forms of camera navigation to the elevation surface.

Fields

Name Description
None

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

StayAbove

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.

Applies to

TargetVersions
.NET Standard 2.0100.5 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.5 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 100.15
In This Article
Back to top Copyright © 2022 Esri.