Show / Hide Table of Contents

Property NavigationPointHeightFactor

NavigationPointHeightFactor

Gets or sets the navigation point height factor.

Declaration
public double NavigationPointHeightFactor { get; set; }
Property Value
Type Description
Double

The navigation point height factor.

Remarks

The factor will decide the location symbol position vertically from the bottom of the map when the pan mode is in navigation mode. When navigating in a map, the current location is typically vertically positioned near the bottom of the map, and horizontally centered in the map, so that the map displays as much of the route ahead as possible.

A value of 0 implies the location symbol should be positioned at the bottom edge of the mapview, and 1 implies the top edge. A value between 0 and 1 positions the symbol somewhere along the center line from the bottom edge to the top edge. Default is 0.125 (i.e 1/8).

See Also
AutoPanMode

Applies to

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