Class MegaLandmarkFilter
- Spazio dei nomi
- easyar
MegaLandmarkFilter fornisce la query delle posizioni 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()
Filtraggio per posizione. Usa 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