Show / Hide Table of Contents

Property IsNavigating

IsNavigating

Gets a value indicating whether the map is currently navigating. when navigation has finished the NavigationCompleted event will be raised.

Declaration
public bool IsNavigating { get; }
Property Value
Type Description
Boolean

true if the GeoView is animating a viewpoint change or a navigation gesture is in progress, otherwise false.

Remarks

Indicates if the Viewpoint of a GeoView is currently changing. This can be due to a programmatic animated change to the Viewpoint, or user interaction with the view, such as panning and zooming.

See Also
NavigationCompleted

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 200.2
.NET Framework100.0 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
In This Article
Back to top Copyright © 2022 Esri.