Skip to content
1 min read · 37 words

Variable: geoWithinRadiusTool

ts
const geoWithinRadiusTool: Tool<SpooledArtifact>;

Check whether a point lies within a radius of a centre coordinate.

Remarks

Uses the haversine distance internally; returns the radius unit chosen by the caller (km or miles) in the result string.