function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sagarshahsagarshah 

How to find whether Google Maps API is licensed or not?

I am using Google maps API in my salesforce application. I am using this javascript file https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places (https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places) to integrate my application with google maps.

Usually with google, a key should be used to access this API. The idea is that this API is not free and we should license this, we may be using a development version but this version is limited based on number of calls and requests.

I looked into the javascript file, also in the controller class but was not able to determine or find the key.

I just want to find out are we using a licensed version ?