Google maps

The Maps JavaScript API lets you customize maps with your own content and imagery for display on web pages and mobile devices.

Usage

JS

In order to use this plugin on your page you will need to include the following script in the page.


<script src="assets/libs/map/map.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC3nDHy1dARR-Pa_2jjPCjvsOR4bcILYsM&amp;callback=initMap" async="" defer=""></script>
                                    

Get your API key

In order to get your Google Maps API key navigate to the following page: Google Maps

Initialization


<div id="map" class="map"></div>
                                    

Examples