mapbox / mapbox/mapbox-gl-geocoder
support coordinates as either Array or Object
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 388
- Forks
- 181
- PR merge metrics
- No merged PRs in 30d
Description
bbox is an array of [x, y, x, y]. proximity is an object of {longitude, latitude}.
why not make them both arrays of [x, y, x, y] or [x, y]?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how the geocoder accepts and handles the bbox array and proximity object. Compare the proposed coordinate forms, [x, y, x, y] and [x, y], and determine a consistent API shape and compatibility expectations. Done means the coordinate inputs have an agreed, documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100