PositionProvider.TryGetCurrentRoute(List<RoutePoint>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current route
public Iot.Device.Nmea0183.AutopilotErrorState TryGetCurrentRoute (out System.Collections.Generic.List<Iot.Device.Nmea0183.RoutePoint> routeList);
member this.TryGetCurrentRoute : List -> Iot.Device.Nmea0183.AutopilotErrorState
Public Function TryGetCurrentRoute (ByRef routeList As List(Of RoutePoint)) As AutopilotErrorState
Parameters
- routeList
- List<RoutePoint>
The list of points along the route
Returns
The state of the route received