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