-
Notifications
You must be signed in to change notification settings - Fork 0
/
m.html
20 lines (19 loc) · 1.01 KB
/
m.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Google Maps</title>
</head>
<body>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=21.047568,105.703985&zoom=18&size=600x300&maptype=roadmap&markers=color:red%7Clabel:C%7C21.047568,105.703985&scale=2" alt="Do Tho Canh Khoa"
></img>
<p/>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=21.047390,105.702282&zoom=18&size=600x300&maptype=roadmap&markers=color:green%7Clabel:T%7C21.047390,105.702282" alt="Cua hang Do tho Thuy Loi"
></img>
<p/>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=21.044902,105.696456&zoom=18&size=600x300&maptype=roadmap&markers=color:blue%7Clabel:L%7C21.044902,105.696456" alt="Co so san xuat do tho Thuy Loi"
></img>
<p/>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=roadmap
&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318
&markers=color:red%7Clabel:C%7C40.718217,-73.998284" alt="NY"></img>
</body>
</html>