Table of Contents

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