airgradienthq / map

Other
8 stars 2 forks source link

Implement country, city search #10

Closed airgradienthq closed 8 months ago

airgradienthq commented 1 year ago

Implement a search box on the map where the user can put in a city or country name. Then a list of possible names should appear and user can select the correct city and then the map will automatically zoom.

So for example user types in "Cambridge", the following hits could be shown in a list (drop down), "Cambridge, MA, USA", "Cambridge, UK", "..."

Ideally we find a free API for looking up these place names.