Skip to content

Commit

Permalink
Merge branch 'main' into renderingtype-option
Browse files Browse the repository at this point in the history
  • Loading branch information
willum070 authored Sep 9, 2024
2 parents 5e575b8 + a0815eb commit d43692e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/samples/marker-clustering/docs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/marker-clustering/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Copyright 2019 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_marker_clustering]
import { MarkerClusterer } from "@googlemaps/markerclusterer";

// [START maps_marker_clustering]
async function initMap() {
// Request needed libraries.
const { Map, InfoWindow } = await google.maps.importLibrary("maps") as google.maps.MapsLibrary;
Expand Down

0 comments on commit d43692e

Please sign in to comment.