We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in computeDestinationPoint.ts
const computeDestinationPoint = ( start: GeolibInputCoordinates, distance: number, bearing: number, radius: number = 6371000 ) => {
instead of using export const earthRadius = 6378137; from constants.ts
this issue appeared in v2.0.25