cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 - How to achieve address auto completion using Google Map API

SOLVED

Magento 2 - How to achieve address auto completion using Google Map API

I am using magento 2.3.4 website, there is too much irrelevant information in the city field, how to autocomplete using Google map API. 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 - How to achieve address auto completion using Google Map API

Hello @Aveeva ,

you can use the free extension below 

 

https://marketplace.magento.com/shipperhq-module-address-autocomplete.html

 

simply enter a Google API Key after installation and you’re ready to go. This extension is free and does not require a ShipperHQ account or subscription.

 

 or you can implement by own, check below link 

 

https://webkul.com/blog/integrate-autocomplete-google-address-magento-2/

 

Problem solved? click kudos and accept as solution

 

Thank You.

View solution in original post

2 REPLIES 2

Re: Magento 2 - How to achieve address auto completion using Google Map API

Hello @Aveeva ,

you can use the free extension below 

 

https://marketplace.magento.com/shipperhq-module-address-autocomplete.html

 

simply enter a Google API Key after installation and you’re ready to go. This extension is free and does not require a ShipperHQ account or subscription.

 

 or you can implement by own, check below link 

 

https://webkul.com/blog/integrate-autocomplete-google-address-magento-2/

 

Problem solved? click kudos and accept as solution

 

Thank You.

Re: Magento 2 - How to achieve address auto completion using Google Map API

@smita_kagwade  Thank you, the ShipperHQ working for me.