-
Notifications
You must be signed in to change notification settings - Fork 840
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.12 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.12 KB
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
32
33
34
35
36
37
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_geometry_encodings] -->
<html>
<head>
<title>Encoding Methods</title>
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/geometry-encodings/docs/"./style.css" />
<script type="module" src=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/geometry-encodings/docs/"./index.js"></script>%3C/div>
</head>
<body>
<div id="container">
<div id="map"></div>
<div id="sidebar">
<div>Encoding:</div>
<textarea id="encoded-polyline"></textarea>
</div>
</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/geometry-encodings/docs/"https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&libraries=geometry&v=weekly"%3C/div>
defer
></script>
</body>
</html>
<!-- [END maps_geometry_encodings] -->
You can’t perform that action at this time.