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 a6c7ddd commit 4c04a75Copy full SHA for 4c04a75
samples/places-placeid-finder/index.ts
@@ -10,10 +10,6 @@
10
// the place ID and other information about the place that the user has
11
// selected.
12
13
-// This example requires the Places library. Include the libraries=places
14
-// parameter when you first load the API. For example:
15
-// <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places">
16
-
17
async function initMap(): Promise<void> {
18
// Request needed libraries.
19
const [{ InfoWindow }, { AdvancedMarkerElement }] = await Promise.all([
0 commit comments