सभी चर्चाओं पर वापस जाएं
Curious about the API
agnide4
3 years ago
Building an app where user input cities. Does this API suggest the cities while the user is typing?
चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:
नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें
Hi,
The API does not that itself, but you can use it to build your own, something like this: https://www.w3schools.com/howto/howto_js_autocomplete.asp
You can use the API to first find the cities by country and state, and use that list of cities as a source for your autocomplete component.