14
Views
3
Comments
Solved
Issue regarding implementation of Google Maps in Traditional web Application.
Question

Hi, 

I have implemented google maps with Map widget in traditional web application and passed my Google Maps API key as Input parameter of the widget, it results in the error "Google Maps Javascript API error: Api Not Activated Map Error"  and also implementing the same using Google maps forge component results in same error .

But when I implement it with same API key using other ways like html <iframe> tag it is working as expected.

Please suggest me how I can solve this issue and implement Map in traditional web application?


googlemaps key error.png
Solution

Hello,

This error message usually means that the Maps Javascript API is not enabled for your Google account. Please go to this page and make sure that "Maps JavaScript API" is enabled. It if's not, you'll see the "ENABLE" option like in the image below:

Solution

The Google API key I used is Maps Embed API enabled , enabling Maps Javascript API solved my issue.

Solution

Hello,

This error message usually means that the Maps Javascript API is not enabled for your Google account. Please go to this page and make sure that "Maps JavaScript API" is enabled. It if's not, you'll see the "ENABLE" option like in the image below:

Thank you so much, this solved my issue.

Solution

The Google API key I used is Maps Embed API enabled , enabling Maps Javascript API solved my issue.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.