Skip to content

Commit 05b416c

Browse files
authored
Remove ts-ignore for custom marker definition
Removed TypeScript ignore directive for better type safety.
1 parent e9da53b commit 05b416c

File tree

1 file changed

+0
-1
lines changed
  • samples/advanced-markers-graphics

1 file changed

+0
-1
lines changed

samples/advanced-markers-graphics/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function initMap() {
3030
position: { lat: 37.42475, lng: -122.094 },
3131
content: pinSvg,
3232
title: 'A marker using a custom SVG image.',
33-
//@ts-ignore
3433
anchorLeft: "-50%",
3534
anchorTop: "-50%",
3635
});

0 commit comments

Comments
 (0)