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 5627aaa commit 4f2a8f3Copy full SHA for 4f2a8f3
samples/place-autocomplete-map/index.ts
@@ -15,8 +15,7 @@ let infoWindow: google.maps.InfoWindow;
15
let center = { lat: 40.749933, lng: -73.98633 }; // New York City
16
async function initMap(): Promise<void> {
17
// Request needed libraries.
18
- //@ts-ignore
19
- const [{ Map }, { AdvancedMarkerElement }] = await Promise.all([
+ const [] = await Promise.all([
20
google.maps.importLibrary('marker'),
21
google.maps.importLibrary('places'),
22
]);
0 commit comments