diff --git a/samples/marker-clustering/index.ts b/samples/marker-clustering/index.ts index 0f560b7d74..6a4b0eddc3 100644 --- a/samples/marker-clustering/index.ts +++ b/samples/marker-clustering/index.ts @@ -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;