getDestinationCoordinate

fun getDestinationCoordinate(start: LngLatAlt, bearing: Double, distance: Double): LngLatAlt

Return a destination coordinate based on a starting point, bearing and distance.

Return

The destination coordinate as LngLatAlt object.

Parameters

start

Starting coordinate.

bearing

Bearing to the destination point in degrees.

distance

Distance to the destination point in meters.