Property NavigationPointHeightFactor
NavigationPointHeightFactor
Gets or sets the navigation point height factor.
Declaration
public double NavigationPointHeightFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The navigation point height factor. |
Remarks
The factor will decide the location symbol position vertically from the bottom of the map when the auto-pan mode is Navigation. 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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |