-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (22 loc) · 1.52 KB
/
index.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-script-type" content="text/javascript" />
<script type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAALREzAsn7scUuS8W81kfXzRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRAmC92sFUmoyTO93puLkVEBPQOMg"></script>
<script src="./mapstadyn.js" type="text/javascript"></script>
<title>mapstadyn demo</title>
</head>
<body>
<p>Two image markers - zoom way out to see the second</p>
<img class="mapstadyn" src="https://maps.google.com/maps/api/staticmap?size=298x298&center=51.0525,6.22365&zoom=15&markers=icon:https://www.google.com/help/hc/images/maps_human.png|51.0525,6.22365&markers=icon:https://www.google.com/help/hc/images/maps_human.png|51.1525,6.12365&sensor=false" alt="Two image marker map" width="298" height="298" />
<p>No markers</p>
<img class="mapstadyn" src="https://maps.google.com/maps/api/staticmap?size=298x298&center=51.0525,6.22365&zoom=15&sensor=false" alt="No marker map" width="298" height="298" />
<p>Dynamic letter markers</p>
<img class="mapstadyn" src="https://maps.google.com/maps/api/staticmap?center=40.702147,-74.015794&zoom=14&size=512x512&maptype=roadmap&markers=color:blue|label:S|40.702147,-74.015794&markers=color:0xFF0000|label:G|40.711614,-74.012318&sensor=false" alt="Dynamic letter marker maps" width="512" height="512" />
<script type="text/javascript">
//<![CDATA[
mapstadyn.go({debug: true, language: 'de'});
//]]>
</script>
</body>
</html>