In order to utilize the Google Maps routing functionality within the Manifest, it is vital that you register a Google Maps API key.

  1. Login to your Google account from https://console.cloud.google.com/.
    1. if you do not have a Google account, register for one via https://accounts.google.com/signup.
    2. You will also require a billing account to be attached to the Google account - this can be setup via https://console.cloud.google.com/project/_/billing/enable.
  2. Click into APIs & Services ► Library via the menu on the left of the page.
    1. If you do not have an existing project, please create one.
  3. Under Maps, click View All.
  4. Select Maps JavaScript API.
  5. Click Enable.
  6. Click the back arrow.
  7. Select Geocoding API.

  8. Click Enable.
  9. Repeat steps 6-8, enabling both the Distance Matrix API and Directions API.
  10. Click into APIs & Services ► Credentials using the menu on the left of the page.
  11. Click Create Credentials ► API key.
  12. Copy the API key to your clipboard by clicking the copy button.
  13. Launch Prima and login to the Administration application.
  14. Navigate to System Keys ► Manifest ► Google Map API key.
  15. Paste the API key from your clipboard into the field.
  16. Click Save and Close.


To verify that the API key is functional: navigate to a company location with valid coordinates (longitude/latitude) set, click into the Map tab and ensure that the Google Map is loaded correctly.