Okay
  Print

Google Maps Errors For HTML

You will need put api google key for your google maps to make it work online.

Register google api key here: https://developers.google.com/maps/documentation/javascript/get-api-key.

For Elixir Template:

In the index.html, please search maps.googleapis.com and add your key like this:

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=put-your-key-here"></script>

For Uniform Template:

In the index.html, please search maps.googleapis.com and add your key like this:

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=put-your-key-here"></script>