-
Notifications
You must be signed in to change notification settings - Fork 840
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 992 Bytes
/
index.html
File metadata and controls
31 lines (29 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_overlay_simple] -->
<html>
<head>
<title>Custom Overlays</title>
<script src=/proxy/https/github.com/googlemaps/js-samples/blob/3613a8c932784924e34e465876ff8e9b338fc3e7/dist/samples/overlay-simple/docs/"https://polyfill.io/v3/polyfill.min.js?features=default"></script>%3C/div>
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/googlemaps/js-samples/blob/3613a8c932784924e34e465876ff8e9b338fc3e7/dist/samples/overlay-simple/docs/"./style.css" />
<script type="module" src=/proxy/https/github.com/googlemaps/js-samples/blob/3613a8c932784924e34e465876ff8e9b338fc3e7/dist/samples/overlay-simple/docs/"./index.js"></script>%3C/div>
</head>
<body>
<div id="map"></div>
<!--
The `defer` attribute causes the callback to execute after the full HTML
document has been parsed. For non-blocking uses, avoiding race conditions,
and consistent behavior across browsers, consider loading using Promises
with https://www.npmjs.com/package/@googlemaps/js-api-loader.
-->
<script
src=/proxy/https/github.com/googlemaps/js-samples/blob/3613a8c932784924e34e465876ff8e9b338fc3e7/dist/samples/overlay-simple/docs/"https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&v=weekly"%3C/div>
defer
></script>
</body>
</html>
<!-- [END maps_overlay_simple] -->
You can’t perform that action at this time.