1.0.1 • Published 2 years ago
route-bounder v1.0.1
Route Bounder
For creating "find along my route" tools
Usage
npm i route-bounderconst bounds = createRouteBlocker(waypoints, resolution, distance)wherewaypointsis an array of coordinates ({latitude, longitude})- Use your favorite API for finding places of interest along a route with given the array of bounds
{ north, east, south, west }

