Edit

Share via


PositionProvider.TryGetCurrentRoute(List<RoutePoint>) Method

Definition

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

Applies to