POLS

LatLonCoordinate.Waypoint Method 

Gets the coordinates for a waypoint some distance and heading from this coordinate. Adapted from Ed Williams's "Aviation Formulary" page at: http://williams.best.vwh.net/avform.htm#LL

public LatLonCoordinate Waypoint(
   int meters,
   double angle
);

Parameters

meters
distance in meters
angle
angle in degrees, relative to true north.

Return Value

a LatLonCoordinate

See Also

LatLonCoordinate Class | POLS.Core Namespace