Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Adds the gmpClickable property
  • Loading branch information
willum070 committed May 15, 2024
1 parent d1d2fd6 commit be870f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/advanced-markers-accessibility/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async function initMap() {
map,
title: `${i + 1}. ${title}`,
content: pin.element,
gmpClickable: true,
});
// [END maps_advanced_markers_accessibility_marker]
// [START maps_advanced_markers_accessibility_event_listener]
Expand Down

0 comments on commit be870f4

Please sign in to comment.