Reply To: Google Maps not displayin

Support Forums Azul – HTML Template Google Maps not displayin Reply To: Google Maps not displayin

#5396
CreaboxThemes
Keymaster

Hi,

I have found the solution. Google Maps Api has changed. Now, you need to get a Google Api Key and paste it in your application, include it as a key parameter value. In the default file index.html, where the google maps script is loaded, you have paste the next code changing the value YOUR_API_KEY by yours:


src="http://maps.google.com/maps/api/js?key=YOUR_API_KEY&sensor=false"

Regards