Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
willum070 authored Sep 5, 2023
1 parent 28b51dc commit b6070e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/dds-datasets-polygon-click/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_dds_datasets_polygon_click]
let map;
let map: google.maps.Map;
let lastInteractedFeatureIds = [];
let lastClickedFeatureIds = [];
let datasetLayer;
Expand Down Expand Up @@ -126,4 +126,4 @@ function createAttribution(map) {

initMap();
// [END maps_dds_datasets_polygon_click]
export { };
export { };

0 comments on commit b6070e5

Please sign in to comment.