Skip to content

Commit aa457a8

Browse files
committed
fix:update internalUsageAttributionId to use the suggested value.
1 parent d2114ba commit aa457a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// See https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions.internalUsageAttributionIds
5555

5656
const useInternalUsageAttributionId = true;
57-
const internalUsageAttributionIds = ["GMP_LIB_JS_API_LOADER"];
57+
const internalUsageAttributionIds = ["gmp_googlemaps_jsapiloaderlibrary_v1_example"];
5858

5959
if (useInternalUsageAttributionId) {
6060
mapOptions.internalUsageAttributionIds = internalUsageAttributionIds;

0 commit comments

Comments
 (0)