ZylGPSReceiver.NET

GPSReceiver.UploadWaypoint Method (String, Double, Double)

Uploads a waypoint. The parameters dLatitude and dLongitude are the coordonates of the waypoint in decimal degrees.

[Visual Basic]
Overloads Public Sub UploadWaypoint( _
   ByVal String As String, _
   ByVal Double As Double, _
   ByVal Double As Double _
)
[C#]
public void UploadWaypoint(
   String strName,
   Double dLatitude,
   Double dLongitude
);

Parameters

String
Name of the waypoint.
Double
Latitude of the waypoint in decimal degrees.
Double
Longitude of the waypoint in decimal degrees.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace | GPSReceiver.UploadWaypoint Overload List