ZylGPSReceiver Mobile for Smart Phone

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 name,
   Double latitude,
   Double longitude
);

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 | ZylGPSReceiverMobileSP Namespace | GPSReceiver.UploadWaypoint Overload List