Class MegaLandmarkFilter
- Spazio dei nomi
- easyar
Fornisce query di punti 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 per posizione. Filtra usando informazioni GPS.
filterByLocation(): Promise<MegaLandmarkFilterResult>;
Valore restituito
{Promise
} Risultato del filtro MegaLandmarkFilterResult
filterBySpotId(spotId)
Filtra per SpotId.
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
Parametri
spotIdSpotId usato per il filtro.
Valore restituito
{Promise
} Risultato del filtro MegaLandmarkFilterResult