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