Skip to content

Commit 4c04a75

Browse files
authored
remove library-loading comment superseded by script loader (#1019)
1 parent a6c7ddd commit 4c04a75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/places-placeid-finder/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
// the place ID and other information about the place that the user has
1111
// selected.
1212

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-
1713
async function initMap(): Promise<void> {
1814
// Request needed libraries.
1915
const [{ InfoWindow }, { AdvancedMarkerElement }] = await Promise.all([

0 commit comments

Comments
 (0)