-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
There is a mistake on line 25, page 5 of Add a map to your website (JavaScript)
loader.then(() => {
console.log('Maps JS API loaded');
const map = displayMap();
});It should be:
loader.load().then(() => {
console.log("Maps JS API loaded");
const map = displayMap();
});Metadata
Metadata
Assignees
Labels
No labels