ZylGPSReceiver Mobile

GPSReceiver.UploadWaypoint Method (String, Double, Double)

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

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