Hi there,
I would like to suggest an /explore api. It would be similar to the /reverse and /nearby apis, but differ from them by taking a bbox instead of a point.
Use-case
When browsing a map, this api would return the features that are included in the currently visible area.
Proposal
Required parameters:
- boundary.rect.min_lat
- boundary.rect.max_lat
- boundary.rect.min_lon
- boundary.rect.max_lon
Available filters: same as /nearby and /reverse
Features could be sorted by popularity (when available), or alternatively, by distance from the center.
Comments/suggestions are welcome.
Hi there,
I would like to suggest an
/exploreapi. It would be similar to the/reverseand/nearbyapis, but differ from them by taking a bbox instead of a point.Use-case
When browsing a map, this api would return the features that are included in the currently visible area.
Proposal
Required parameters:
Available filters: same as
/nearbyand/reverseFeatures could be sorted by popularity (when available), or alternatively, by distance from the center.
Comments/suggestions are welcome.