Google Maps - v3.2.1

Our Google Maps component uses the Google Maps API and it comes with a custom interface that matches the theme’s colours.
Keep reading our Google Maps examples and learn how to use this plugin.


Get your API key

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

Initialization

First make sure to add your maps api key in the API_KEY file

export const API_KEY = 'YOUR_API_KEY';

Example

<div id="map-default" class="map-canvas" data-lat="40.748817" data-lng="-73.985428" style="height: 600px;"></div>

Custom map Pro

<div id="map-custom" class="map-canvas" data-lat="40.748817" data-lng="-73.985428" style="height: 600px;"></div>