Skip to content

Commit f211dca

Browse files
authored
Change to not remove maptype control
Removed mapTypeControl option from innerMap settings.
1 parent 0bc7fa6 commit f211dca

File tree

1 file changed

+0
-3
lines changed
  • samples/advanced-markers-collision

1 file changed

+0
-3
lines changed

samples/advanced-markers-collision/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ async function initMap(): Promise<void> {
2424
let collisionBehavior = google.maps.CollisionBehavior.REQUIRED;
2525

2626
innerMap = mapElement.innerMap;
27-
innerMap.setOptions({
28-
mapTypeControl: false,
29-
});
3027

3128
// @ts-ignore
3229
const select = new mdc.select.MDCSelect(

0 commit comments

Comments
 (0)