ushahidi / crowdmap-issues

A centralized repository for filing, tracking and discussing bugs and features in Crowdmap.com and Crowdmap's API.
0 stars 2 forks source link

API: Search by radius #329

Closed brianherbert closed 11 years ago

brianherbert commented 11 years ago

We currently only support search by bounding box. Add search by radius.

brianherbert commented 11 years ago

Search by radius is in. It's not 100% true search by radius, it returns results inside a square but it will encompass that area.

Documented here: https://api.crowdmap.new/developers/v1/#search

In the API, just use params like &radius=100&units=km&ll=37.460,126.803 to search by radius.

Closing.

Ping @dkobia