We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2114ba commit aa457a8Copy full SHA for aa457a8
examples/index.html
@@ -54,7 +54,7 @@
54
// See https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions.internalUsageAttributionIds
55
56
const useInternalUsageAttributionId = true;
57
- const internalUsageAttributionIds = ["GMP_LIB_JS_API_LOADER"];
+ const internalUsageAttributionIds = ["gmp_googlemaps_jsapiloaderlibrary_v1_example"];
58
59
if (useInternalUsageAttributionId) {
60
mapOptions.internalUsageAttributionIds = internalUsageAttributionIds;
0 commit comments