Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions samples/places-placeid-finder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
// the place ID and other information about the place that the user has
// selected.

// This example requires the Places library. Include the libraries=places
// parameter when you first load the API. For example:
// <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places">

async function initMap(): Promise<void> {
// Request needed libraries.
const [{ InfoWindow }, { AdvancedMarkerElement }] = await Promise.all([
Expand Down
Loading