1 parent 0ecdc88 commit 4480727Copy full SHA for 4480727
1 file changed
samples/place-text-search/index.ts
@@ -6,14 +6,13 @@
6
7
// [START maps_place_text_search]
8
let map;
9
-let marker;
10
let markers = {};
11
let center;
12
-let textInput;
13
-let textInputButton;
14
let infoWindow;
15
16
async function initMap() {
+ let textInput;
+ let textInputButton;
17
const { Map, InfoWindow } = await google.maps.importLibrary("maps") as google.maps.MapsLibrary;
18
19
center = { lat: 37.4161493, lng: -122.0812166 };
0 commit comments