Class MegaLandmarkFilter
- 名前空間
- easyar
MegaLandmark のポイントクエリを提供します。
MegaLandmarkFilter
解説
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MegaLandmarkFilter class.
メソッド
filterByLocation()
位置フィルタリング。GPS 情報を使用してフィルタリングします。
filterByLocation(): Promise<MegaLandmarkFilterResult>;
戻り値
{Promise
} フィルタリング結果 MegaLandmarkFilterResult
filterBySpotId(spotId)
SpotId でフィルタリングします。
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
パラメーター
spotIdフィルタリングに使用する SpotId。
戻り値
{Promise
} フィルタリング結果 MegaLandmarkFilterResult