APIリファレンス(Node.js)

baasatrakuza-admin > RKZLocation

RKZLocation interface

検索条件の位置情報オブジェクト

Signature:

export interface RKZLocation 

Remarks

WARNING

RKZLocation.latitudeRKZLocation.longitudeはどちらも指定する必要があります。

RKZLocation.rangeを指定すると、RKZLocation.latitudeRKZLocation.longitudeを中心点とした半径内に該当するスポットを抽出します。

WARNING

RKZLocation.rangeを指定する場合は、RKZLocation.latitudeRKZLocation.longitudeのどちらも指定しておく必要があります。

Properties

PropertyTypeDescription
latitude?number | null(Optional) 検索する中心点の緯度
longitude?number | null(Optional) 検索する中心点の経度
range?number | null(Optional) 検索する中心点からの半径。単位はkm