gis-tools-ts - v0.6.0
    Preparing search index...

    Function pointDestination

    • Get the destination given a start point, bearing, and distance

      Type Parameters

      • D extends Properties = Properties

      Parameters

      • start: VectorPoint<D>

        starting point (in Lon-Lat degrees)

      • bearing: number

        the bearing (in degrees)

      • distance: number

        the distance (in meters)

      • radius: number = EARTH_RADIUS

        the radius of the sphere. Defaults to the Earth's radius in meters.

      Returns VectorPoint

      • the destination point in Lon-Lat degrees