From f0dde5a3b211ef6edfb3e2d53259edc83c95353b Mon Sep 17 00:00:00 2001 From: William French Date: Tue, 30 Jan 2024 10:25:27 -0800 Subject: [PATCH] Adds gmpClickable attribute. This is a test to see if typings went through. --- samples/advanced-markers-accessibility/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/advanced-markers-accessibility/index.ts b/samples/advanced-markers-accessibility/index.ts index 7acaaacae4..572465b380 100644 --- a/samples/advanced-markers-accessibility/index.ts +++ b/samples/advanced-markers-accessibility/index.ts @@ -56,6 +56,7 @@ async function initMap() { map, title: `${i + 1}. ${title}`, content: pin.element, + gmpClickable: true, }); // Add a click listener for each marker, and set up the info window.