出力フォーマット
{"map":{"width":600,
"height":450,
"center":{"lat":35.6781444,
"lon":139.7693167},
"zoom":9,
"bounds":{"sw":{"lat":35.6062494,
"lon":139.65167},
"ne":{"lat":35.7500394,
"lon":139.8869633}}},
"imageUri":"http://core.its-mo.com/core/v1_0/cache/4e3ffdfc9c3ba9150aa2d746fbca07b4.png"}
キー名 |
データ型 |
説明 |
---|
map |
|
object |
地図情報が入ります。 |
|
width |
number |
横幅が入ります。 |
|
height |
number |
縦幅が入ります。 |
|
center |
object |
中心緯度経度が入ります。 |
|
zoom |
number |
ズーム値が入ります。 |
|
bounds |
object |
緯度経度矩形範囲が入ります。 |
imageUri |
|
string |
画像URLが入ります。 |
出力例
[通常出力例]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/map?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&size=600,450&latlon=35.65851,139.76015&zoom=64
{"map":{"width":600,
"height":450,
"center":{"lat":35.65851,
"lon":139.76015},
"zoom":9,
"bounds":{"sw":{"lat":35.586615,
"lon":139.6425033},
"ne":{"lat":35.730405,
"lon":139.8777967}}},
"imageUri":"http://test.core.its-mo.com/core/v1_0/cache/a22a3c38a69e4e7ab5f2efd569e79a37.png"}
[指定の緯度経度が地図の提供範囲外だった場合]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/map?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=1,1
{"map":{"width":600,
"height":450,
"center":{"lat":1,
"lon":1},
"zoom":9,
"bounds":{"sw":{"lat":0.928105,
"lon":0.8823533},
"ne":{"lat":1.071895,
"lon":1.1176467}}},
"imageUri":null}