Variable: geoWithinRadiusTool
ts
const geoWithinRadiusTool: Tool<SpooledArtifact>;Defined in: batteries/tools/geo_basics/index.ts:92
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.