Class MegaLandmarkFilter
- Espacio de nombres
- easyar
Proporciona consulta de puntos para MegaLandmark.
MegaLandmarkFilter
Observaciones
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.
Métodos
filterByLocation()
Filtrado de ubicación. Filtra usando información GPS.
filterByLocation(): Promise<MegaLandmarkFilterResult>;
Devuelve
{Promise
} Resultado de filtrado MegaLandmarkFilterResult
filterBySpotId(spotId)
Filtrar por SpotId.
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
Parámetros
spotIdSpotId usado para filtrar.
Devuelve
{Promise
} Resultado de filtrado MegaLandmarkFilterResult