Google Map Config

Google Map Key

To configure the Google map key in HTML file find code:

<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBvPDNG6pePr9iFpeRKaOlaZF_l0oT3lWk&callback=initMap" async defer></script>

And replace the Google Map Key.

To generate your API key, you can follow with this video guide:

Map Single

To configure the Single map, you can go to the file js/map-single.js

Map Listing

To configure the Listing map, you can go to the file js/map-listing.js

Last updated