@googlemaps/map-loader
Version:
Automatic initialization and loading of the Maps JS API base map into the DOM
17 lines (13 loc) • 319 B
HTML
<html>
<head>
<title>Google Maps Platform Codelab Template</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<link href="/styles.css" rel="stylesheet">
<script type="module" src="app.js"></script>
</head>
<body>
<div id="google_map"></div>
</body>
</html>