data |
Poi 데이터 |
POI 세부 정보 배열 |
n/a |
both |
|
id |
POI의 ID |
할당됨 |
n/a |
response |
"id": "1455462b-7f9c-4220-9f42-5bbce777a0d1" |
name |
POI의 이름 |
string |
512자 |
both, optional* |
"name": "My Favorite Place" |
description |
POI에 대한 설명 |
string |
512자 |
both, optional* |
"description": "This is a very good place." |
location |
POI의 형식 및 좌표 배열 |
array(혼합) |
n/a |
both |
"location": {"type": "Point", "coordinates": [-122.201007, 37.604713] |
type |
POI 유형 |
string |
현재 "Point"만 지원됨 |
both, required |
"type": "Point" |
coordinates |
POI의 경도 및 위도 |
array(float) |
위도:-180 - 180, latitude -85 - 85 |
both, required |
"coordinates": [-122.201007, 37.604713] |
radius |
POI 주위의 원형 지오펜스 크기 |
float |
10 - 2000미터 |
both, required |
"radius": 100 |
country |
POI 국가 |
string |
32자 |
both, 옵션* |
"country": "United States" |
state |
POI 주 |
string |
32자 |
both, 옵션* |
"state": "California" |
city |
POI를 위한 도시 |
string |
32자 |
both, 옵션* |
"city": "San Jose" |
street |
POI의 주소 |
string |
256자 |
both, 옵션* |
"street": "122 Woz Way" |
category |
POI 카테고리 |
string |
100자 |
both, 옵션* |
"category": "cafe" |
icon |
POI 아이콘 |
string |
50자 |
both, 옵션* |
"icon": "star" |
color |
POI용 색상 |
string |
8자 |
both, 옵션* |
"color": "blue" |
metadata |
POI에 대한 키/값 쌍의 배열 |
array(string) |
key:256자, 값:256자, 최대 10쌍 |
both, 옵션* |
"metadata": {"region": "Equator"} |
lib_id |
POI가 있는 라이브러리의 ID |
n/a |
n/a |
both, required |
"lib_id": "ac7a0b25-c6c2-43ba-bbc6-2b1777b80fe9" |