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';