You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this a lot more difficult than we initially thought because we need to find some API which supports
Forward Searching Locations
Storing Name of Locations for Free
The options should look something like: Boston, MA, USA or Boston, MA
They don't even have to be options, i.e. maybe there is autocomplete based on what the user enters
Obviously not every country has states or even provinces, but maybe we can operate under the assumption that there will be something in-between City and Country level. If the API we find doesn't support this then we can default to City, Country.
So this a lot more difficult than we initially thought because we need to find some API which supports
The options should look something like:
Boston, MA, USA
orBoston, MA
They don't even have to be options, i.e. maybe there is autocomplete based on what the user enters
Obviously not every country has states or even provinces, but maybe we can operate under the assumption that there will be something in-between City and Country level. If the API we find doesn't support this then we can default to
City, Country
.I found this but we might have to pay eek:
https://api.mapbox.com/search/geocode/v6/forward?q=${query}&access_token=${apiKey}
The text was updated successfully, but these errors were encountered: