forked from dreamseeker/jQueryGoogleMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
31 lines (31 loc) · 1.44 KB
/
sample.json
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
{
"placemarks": [
{
"name": "郡山市役所",
"description": "<img src=\"http://mw2.google.com/mw-panoramio/photos/thumbnail/25589455.jpg\">〒963-8024<br>福島県郡山市朝日1丁目23−7<br>024-924-2491<br><a href=\"http://koriyama.fukushima.jp\">koriyama.fukushima.jp</a>",
"url": "http://koriyama.fukushima.jp",
"lookat": {
"latitude": "37.400529",
"longitude": "140.359743"
}
},
{
"name": "郡山市民文化センター",
"description": "<img src=\"http://mw2.google.com/mw-panoramio/photos/thumbnail/24671550.jpg\">〒963-8878<br>福島県郡山市堤下町1−2<br>024-934-2288<br><a href=\"http://bunka-manabi.or.jp\">bunka-manabi.or.jp</a>",
"lookat": {
"latitude": "37.392745",
"longitude": "140.378156"
},
"icon": "blueDot"
},
{
"name": "郡山市中央図書館",
"description": "<img src=\"http://mw2.google.com/mw-panoramio/photos/thumbnail/34055024.jpg\">〒963-8876<br>福島県郡山市麓山1丁目5−25<br>024-923-6601<br><a href=\"http://koriyama.fukushima.jp\">koriyama.fukushima.jp</a>",
"lookat": {
"latitude": "37.393830",
"longitude": "140.374302"
},
"icon": "greenDot"
}
]
}