APIリファレンス(JavaScript)
Spot interface
スポット情報。
Signature:
export interface Spot extends Attributable
Extends: Attributable
Properties
| Property | Type | Description |
|---|---|---|
| beacon_range_for_android? | number | null | (Optional) ビーコン検知範囲(Android用) |
| beacon_range_for_iphone? | number | null | (Optional) ビーコン検知範囲(iOS用) |
| beacon? | string[] | null | (Optional) 設置ビーコン端末 |
| code? | string | null | (Optional) コード |
| latitude? | string | null | (Optional) 緯度 |
| longitude? | string | null | (Optional) 経度 |
| name? | string | null | (Optional) スポット名称 |
| not_use_flg? | boolean | null | (Optional) 使用不可フラグ |
| pixel_position_x? | string | null | (Optional) ピクセル位置X |
| pixel_position_y? | string | null | (Optional) ピクセル位置Y |
| short_name? | string | null | (Optional) 短縮名称 |
| sort_no? | number | null | (Optional) 順序 |