-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarker-animated-polyline.html
36 lines (29 loc) · 1.37 KB
/
marker-animated-polyline.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="Google Map Api Examples">
<meta name="keywords" content="HTML5,Bootstrap 4,JavaScript,jQuery, Google Map Api">
<meta name="author" content="arhanshahid.com">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Arhan Shahid | Google Map Api</title>
<!-- styles -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link href="styles/style.css" rel="stylesheet">
<!-- scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCESi2A6g5sJbUF33BG7yhWEZFdgk97Cx4&libraries=places"
type="text/javascript"></script>
<script src="scripts/marker-animated-polyline.js" type="text/javascript"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div id="map-canvas"></div>
</div>
</div>
</body>
</html>