Skip to main content

How to set Google Maps API Keys

You need Google Maps API keys to work with the apps and panels.

Updated today

One of the essential aspects of project deliveries is the map integration. Google Maps is one of the best choices we have for map integration. To do so, we need a Google Cloud project, which we mentioned in the onboarding process.

Here, you'll learn to set the API keys yourself, but first check how you should make sure your Google Cloud project is ready to use.

For this integration, we need two separate API keys.

To create a key:

  1. Navigate to the Google Cloud console and visit the API & Access page.

  2. From the top, click on Create credentials and select API key.

  3. Copy the generated key.

  4. Now, visit the Admin Center -> Integrations tab -> Map Service.

  5. In the Geocode and Android tabs, paste the key and click save.

  6. Go back to the Google Cloud console and repeat steps 2 & 3 to create the second key. Copy the key and keep in mind that this one needs more configurations.

  7. Now, edit the key to add domain restrictions.

  8. Under Application Restrictions, select “Websites”.

  9. Make sure your domain is added in this format:
    *.yourdomain.com (e.g., *.onro.io)

  10. Click Save after adding the domain.

  11. In the Dispatcher and Web app tabs, paste the key and click save.

Did this answer your question?