Class MegaLandmarkFilter
- 名前空間
- easyar
MegaLandmarkFilterは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