Google Maps Settings
You must enable the Google Maps Embed API and Google Maps JavaScript API through your Google Console.
Admin panel setup
- Navigate to Admin panel → Settings → General → Others
- Enter your Google Maps key
- Save your changes
Or use /.env file setup
- Access your FTP account
- Edit the
.envfile - Insert this line:
GOOGLE_MAPS_API_KEY=your-googlemaps-key - Substitute your actual API key
- Save and upload the file
- Configuration is complete
Note: The application requires version 1 (v1) of the Google Maps Embed API, formatted as: https://www.google.com/maps/embed/v1/place?key={key}&q={query}