Function destination

  • Given a start point, initial bearing, and distance,

    • this will calculate the destina­tion point and final bearing travelling along a (shortest distance) great circle arc.

    Parameters

    • latlng1: [number, number]
    • brng: number
    • distance: number

    Returns [number, number]

Generated using TypeDoc