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