-
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) · 984 Bytes
/
index.html
File metadata and controls
31 lines (29 loc) · 984 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_symbol_custom] -->
<html>
<head>
<title>Custom Symbols (Polyline)</title>
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-symbol-custom/docs/"./style.css" />
<script type="module" src=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-symbol-custom/docs/"./index.js"></script>%3C/div>
</head>
<body>
<div id="map"></div>
<!--
The `defer` attribute causes the script 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. See
https://developers.google.com/maps/documentation/javascript/load-maps-js-api
for more information.
-->
<script
src=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-symbol-custom/docs/"https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&v=weekly"%3C/div>
defer
></script>
</body>
</html>
<!-- [END maps_overlay_symbol_custom] -->
You can’t perform that action at this time.