Table of Contents

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