Table of Contents

Class MegaLandmarkFilter

Namespace
easyar

MegaLandmarkFilter bietet die Abfrage von Standorten 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. Filterung mit GPS-Informationen.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Rückgabewert

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filterung über SpotId.

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

Parameter

spotId

用于筛选的 SpotId。

Rückgabewert

{Promise} 筛选结果 MegaLandmarkFilterResult