Edit

Share via


Route.SetNextPoint Method

Definition

Overloads

SetNextPoint(GeographicPosition)

Sets the next point on the route (i.e. to skip a missed waypoint)

SetNextPoint(RoutePoint)

Sets the next point on the route (i.e. to skip a missed waypoint)

SetNextPoint(GeographicPosition)

Sets the next point on the route (i.e. to skip a missed waypoint)

public bool SetNextPoint (Iot.Device.Common.GeographicPosition position);
member this.SetNextPoint : Iot.Device.Common.GeographicPosition -> bool
Public Function SetNextPoint (position As GeographicPosition) As Boolean

Parameters

position
GeographicPosition

Position of next waypoint

Returns

True on success, false otherwise. This returns false if the given position is not part of the route.

Applies to

SetNextPoint(RoutePoint)

Sets the next point on the route (i.e. to skip a missed waypoint)

public bool SetNextPoint (Iot.Device.Nmea0183.RoutePoint pt);
member this.SetNextPoint : Iot.Device.Nmea0183.RoutePoint -> bool
Public Function SetNextPoint (pt As RoutePoint) As Boolean

Parameters

pt
RoutePoint

The next point

Returns

True on success, false otherwise. This returns false if the given position is not part of the route.

Applies to