APIリファレンス(JavaScript)
RKZLocation interface
検索条件の位置情報オブジェクト
Signature:
export interface RKZLocation
Remarks
WARNING
RKZLocation.latitudeとRKZLocation.longitudeはどちらも指定する必要があります。
RKZLocation.rangeを指定すると、RKZLocation.latitudeとRKZLocation.longitudeを中心点とした半径内に該当するスポットを抽出します。
WARNING
RKZLocation.rangeを指定する場合は、RKZLocation.latitudeとRKZLocation.longitudeのどちらも指定しておく必要があります。
Properties
Property | Type | Description |
---|---|---|
latitude? | number | null | (Optional) 検索する中心点の緯度 |
longitude? | number | null | (Optional) 検索する中心点の経度 |
range? | number | null | (Optional) 検索する中心点からの半径。単位はkm |