| Definitions | |
|---|---|
| Type | object | 
Description: GPS location information. In order to append the location information, this property should be specified by the client.
Example:
{
    "lat": 35.0,
    "lng": 135.0,
    "_altitude": 10.0,
    "_dateTimeZone": "2024:04:18 13:50:45+09:00",
    "_datum": "WGS84"
}
| Property | Type | Required | Description | 
|---|---|---|---|
| lat | number | yes | Latitude. Exceptional value 65535 means GPS is disable. | 
| lng | number | yes | Longitude. Exceptional value 65535 means GPS is disable. | 
| _altitude | number | yes | Altitude (meters). When GPS is disabled, this valie is 0. | 
| _dateTimeZone | string | yes | Location information acquisition time. If GPS is disabled then empty string | 
| _datum | enum (of string) | yes | Geodetic reference If GPS is disabled then empty string | 
| Definitions | |
|---|---|
| Type | number | 
Description: Latitude. Exceptional value 65535 means GPS is disable.
| Restrictions | |
|---|---|
| Minimum | ≥ -90 | 
| Maximum | ≤ 90 | 
| Definitions | |
|---|---|
| Type | number | 
Description: Longitude. Exceptional value 65535 means GPS is disable.
| Restrictions | |
|---|---|
| Minimum | ≥ -180 | 
| Maximum | ≤ 180 | 
| Definitions | |
|---|---|
| Type | number | 
Description: Altitude (meters). When GPS is disabled, this valie is 0.
| Definitions | |
|---|---|
| Type | string | 
Description: Location information acquisition time.
If GPS is disabled then empty string
| Restrictions | |
|---|---|
| Must match regular expression | ([0-9]{4}:[0-9]{2}:[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}[+-][0-9]{2}:[0-9]{2})|(^$)Test | 
| Definitions | |
|---|---|
| Type | enum (of string) | 
Description: Geodetic reference
If GPS is disabled then empty string
Must be one of: