Table of Contents

Class MegaLandmarkFilter

Namespace
easyar

Bereitstellung von Punktabfragen für MegaLandmark.

MegaLandmarkFilter

Hinweise

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.

Methoden

filterByLocation()

Standortfilterung. Verwendung von GPS-Informationen zur Filterung.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Rückgabewert

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filterung nach SpotId.

filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;

Parameter

spotId

用于筛选的 SpotId。

Rückgabewert

{Promise} 筛选结果 MegaLandmarkFilterResult