Table of Contents

Class MegaLandmarkFilter

Spazio dei nomi
easyar

Fornisci la ricerca dei punti di interesse per MegaLandmark.

MegaLandmarkFilter

Osservazioni

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.

Metodi

filterByLocation()

Filtro posizioni. Utilizza le informazioni GPS per filtrare.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Valore restituito

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filtra tramite SpotId.

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

Parametri

spotId

用于筛选的 SpotId。

Valore restituito

{Promise} 筛选结果 MegaLandmarkFilterResult