ZylGPSReceiver Mobile

GPSPosition.BearingTo Method (Double, Double)

Returns bearing in decimal degrees between one point and the current position.

public double BearingTo(
   Double latitude,
   Double longitude
);

Parameters

Double
Latitude of the point.
Double
Longitude of the point.

Return Value

Bearing in decimal degrees.

See Also

GPSPosition Class | ZylGPSReceiverMobile Namespace | GPSPosition.BearingTo Overload List