<< Click to Display Table of Contents >>
TriggerLocationUpdatedByDocIndex
指定されたレポートのOnLocationUpdatedイベントを実行してOnLocationUpdatedイベントで渡された値をstring形でリターンされます。
Parameters
docIndex |
レポートインデックス。Zero-based index |
locationInfo |
OnLocationUpdatedのLocationオブジェクトに渡す位置情報 {"key1":value1,"key2":value2, ... }形式のJSON文字列で設定 |
addressInfo |
OnLocationUpdatedのAddressオブジェクトに渡す位置情報 {"key1":value1,"key2":value2, ... }形式のJSON文字列で設定 |
Reference
locationInfoは下記のようなKeyをサポートします。
Property Name |
Data Type |
Description |
accuracy |
double |
位置追跡の正確度 |
latitude |
double |
緯度 |
longitude |
double |
硬度 |
altitude |
double |
高度 |
heading |
double |
方位角、方向 |
speed |
double |
速度 |
timestamp |
double |
位置情報が取得できた時間 |
addressInfoは下記のようなKeyをサポートします。
Property Name |
Data Type |
Description |
fullAddress |
string |
住所 |
country |
string |
国名 |
countryCode |
string |
国コード |
adminArea |
string |
管理地域 |
locality |
string |
所在地 |
sublocality |
string |
下位の所在地 |
street |
string |
道路 |
streetNumber |
string |
道路番号 |