#FMEADDONS #WOOCOMMERCEPLUGINS #fmeaddons
Follow this step-by-step guide on how to create Google Map API.
Go to https://console.cloud.google.com/gett...
Click on “My Google Map API” next to the top search bar and click on the “New Project” button.
Fill in project details including project name, organization, and location.
After filling in the required information, click the “Create” button.
After creating the project, go to the notifications bar and click the “Select Project” button for your project.
Scroll down to the “Quick Access” section and click on the “API & Services” button.
After that, click on “credentials” from the side menu.
Click on the “+ Create Credentials” button from the top menu bar and select “API Key” from the dropdown menu.
A popup will appear for the API created. Copy this API key and use it in your application.
Before adding the copied API to your application, close the popup and click on the “Enabled APIs” button from the sidebar.
Click on the “+ Enable APIs and Services” in the top menu bar and a new page will load. Here click on the “View All” button to see all the APIs.
Enable the following APIs:
Places API (New)
Places API (Enable both places API)
Maps JavaScript API
Geocoding API
Once you have enabled all these APIs, paste the API key to your application.
Your Google Map API will now be successfully created.