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
System.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 Windows100.13 - 200.7
In This Article
Back to top Copyright © 2022 Esri.