Class MegaLandmarkFilter
- Espacio de nombres
- easyar
Proporciona consultas de ubicación 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 por ubicación. Utiliza información GPS para filtrar.
filterByLocation(): Promise<MegaLandmarkFilterResult>;
Devuelve
{Promise
} 筛选结果 MegaLandmarkFilterResult
filterBySpotId(spotId)
Filtrado por SpotId.
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
Parámetros
spotId用于筛选的 SpotId。
Devuelve
{Promise
} 筛选结果 MegaLandmarkFilterResult