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