Enabling Google Maps

Google Maps requires an API key to utilize its service. This guide will walk you through obtaining a license key and adding it to Respond.

Obtaining a license key

Google provides documentation on obtaining a license key. You can view their documentation on the Google maps site. You should create your key and restrict its use to specific IPs or domains.

Restricting API Key use

When restricting your key make sure to provide the production and development URL so that it works both on your site and from within the Respond app.

Adding your API Key to Respond

Once you have your key, navigate to the Code portion of your site and select your templates. For each template, replace the add your key to the Google maps script. Clicking the "Save" button will push this key to all your pages that inherit from the template.

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY
type="text/javascript"></script>