ZylGPSReceiver.NET

GPSReceiver.UploadRoute Method 

It uploads a route.

[Visual Basic]
Public Sub UploadRoute( _
   ByVal String As String _
)
[C#]
public void UploadRoute(
   String strRoute
);

Parameters

String
Contains the comma separated list of the waypoints.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace