Google Places Javascript Autocomplete (Partial place name search)

Autocomplete.getPlacePredictions

Get API Key and Include Javascript for Google Map/Places.

const autocompleteService = new google.maps.places.AutocompleteService()const autocompleteRequest = {  input: 'ja', // trying autocomplete for "japan"}autocompleteService.getPlacePredictions(autocompleteRequest, (results, status) => {  if (status == google.maps.places.PlacesServiceStatus.OK) {    results.forEach((item) => {      console.log(item.description)    })  }})

References:

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.