Forward Geocoder: Unable to set 'proximity' param to 'ip' as described in the documentation.
zholmes1 opened this issue · 1 comments
zholmes1 commented
In the documentation at https://docs.mapbox.com/api/search/geocoding/, it says you can send 'ip' as a stand-in for the proximity coordinates to attempt to gather location via IP. This is not possible in the TS SDK as it forces you to give coordinates.
I've already switched away from the SDK to just hitting the Mapbox endpoint with Axios so I can have more control over stuff like this. But I thought I'd let you know.
andrewharvey commented