Property CanFlyToNode
CanFlyToNode
Gets or sets a value indicating whether the app should zoom to the KML network link when it refreshes.
NetworkLinkControl or the network link's top-level kml
node upon refresh of the link.
Declaration
public bool CanFlyToNode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether the app should zoom to the KML network link when it refreshes.
NetworkLinkControl or the network link's top-level |
Remarks
When this is defined, the app should zoom to the viewpoint defined on the associated NetworkLinkControl or the network links' top-level KML node upon refresh of the link. The GeoView will not automatically animate its viewpoint to the refreshed node. It is the application developer's responsibility to implement this behavior, if desired.
You can listen for a PropertyChangedEvent on the viewpoint to detect when the geoview's viewpoint should be updated.
This is defined in the flyToView tag in the network link.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 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.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |