Table of Contents

Class MegaLandmarkFilter

Namespace
easyar

Stellt Punktabfragen für MegaLandmark bereit.

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. Filtert mit GPS-Informationen.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Rückgabewert

{Promise} Filterergebnis MegaLandmarkFilterResult

filterBySpotId(spotId)

Nach SpotId filtern.

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

Parameter

spotId

SpotId, die zum Filtern verwendet wird.

Rückgabewert

{Promise} Filterergebnis MegaLandmarkFilterResult