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?
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:
The Google API key I used is Maps Embed API enabled , enabling Maps Javascript API solved my issue.
Thank you so much, this solved my issue.