We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2be4670 + 0568ab2 commit 5b2bfb0Copy full SHA for 5b2bfb0
solution/src/app.js
@@ -34,7 +34,8 @@ loader.load().then(() => {
34
function displayMap() {
35
const mapOptions = {
36
center: { lat: -33.860664, lng: 151.208138 },
37
- zoom: 14
+ zoom: 14,
38
+ mapId: 'YOUR_MAP_ID'
39
};
40
const mapDiv = document.getElementById('map');
41
return new google.maps.Map(mapDiv, mapOptions);
0 commit comments