すべてのディスカッションに戻る
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?
ディスカッションに参加しましょう-以下にコメントを追加してください:
ログイン/サインアップして新しいコメントを投稿
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.