<< Click to Display Table of Contents >>
TriggerLocationUpdated
현재 보고서의 OnLocationUpdated 이벤트를 실행하고, OnLocationUpdated 이벤트에서 전달한 값을 string 형태로 리턴받습니다.
Parameters
locationInfo |
OnLocationUpdated의 Location 객체에 전달할 위치 정보 {"key1":value1,"key2":value2, ... } 형식의 JSON 문자열로 설정 |
addressInfo |
OnLocationUpdated의 Address 객체에 전달할 주소 정보 {"key1":value1,"key2":value2, ... } 형식의 JSON 문자열로 설정 |
Reference
locationInfo는 아래와 같은 Key를 지원합니다.
Key Name |
Data Type |
Description |
accuracy |
double |
위치 추적 정확도 |
latitude |
double |
위도 |
longitude |
double |
경도 |
altitude |
double |
고도 |
heading |
double |
방위각, 방향 |
speed |
double |
속도 |
timestamp |
double |
위치 정보를 가져온 시간 |
addressInfo는 아래와 같은 Key를 지원합니다.
Key Name |
Data Type |
Description |
fullAddress |
string |
주소 |
country |
string |
국가 이름 |
countryCode |
string |
국가 코드 |
adminArea |
string |
관리 지역 |
locality |
string |
소재지 |
sublocality |
string |
하위 소재지 |
street |
string |
도로 |
streetNumber |
string |
도로 번호 또는 번지 |