We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc7fa6 commit f211dcaCopy full SHA for f211dca
samples/advanced-markers-collision/index.ts
@@ -24,9 +24,6 @@ async function initMap(): Promise<void> {
24
let collisionBehavior = google.maps.CollisionBehavior.REQUIRED;
25
26
innerMap = mapElement.innerMap;
27
- innerMap.setOptions({
28
- mapTypeControl: false,
29
- });
30
31
// @ts-ignore
32
const select = new mdc.select.MDCSelect(
0 commit comments