data |
Poiデータ |
一連のPOIの詳細 |
なし |
both |
|
id |
POIのID |
assigned |
なし |
response |
"id": "1455462b-7f9c-4220-9f42-5bbce777a0d1" |
name |
POIの名前 |
文字列 |
512 文字 |
both, optional* |
"name": "My Favorite Place" |
description |
POIの説明 |
文字列 |
512 文字 |
both, optional* |
"description": "This is a very good place." |
location |
POIのタイプと座標の配列 |
配列(混在) |
なし |
both |
"location": {"type": "Point", "coordinates": [-122.201007, 37.604713] |
type |
POIのタイプ |
文字列 |
現在サポートされている「点」のみ |
両方(リクエストに必要) |
"type": "Point" |
coordinates |
POIの経度と緯度の配列 |
array (float) |
longitude:-180 ~ 180、緯度 —85 ~ 85 |
両方(リクエストに必要) |
"coordinates": [-122.201007, 37.604713] |
radius |
POI周りの円形ジオフェンスのサイズ |
float |
10~2000メートル |
両方(リクエストに必要) |
"radius": 100 |
country |
POIの国 |
文字列 |
32 文字 |
both, optional* |
"country": "United States" |
state |
POIの州 |
文字列 |
32 文字 |
both, optional* |
"state": "California" |
city |
POIの市区町村 |
文字列 |
32 文字 |
both, optional* |
"city": "San Jose" |
street |
POIの住所 |
文字列 |
256 文字 |
both, optional* |
"street": "122 Woz Way" |
category |
POIのカテゴリ |
文字列 |
100 文字 |
both, optional* |
"category": "cafe" |
icon |
POIのアイコン |
文字列 |
50 文字 |
both, optional* |
"icon": "star" |
color |
POIの色 |
文字列 |
8 文字 |
both, optional* |
"color": "blue" |
metadata |
POI用のキー/値のペアの配列 |
array(string) |
key:256文字、値:256文字、最大10組 |
both, optional* |
"metadata": {"region": "Equator"} |
lib_id |
POIが属するライブラリのID |
なし |
なし |
両方、必須 |
"lib_id": "ac7a0b25-c6c2-43ba-bbc6-2b1777b80fe9" |