ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.UploadRoute Method 

It uploads a route.

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

Parameters

String
Contains the comma separated list of the waypoints.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace