Table of Contents

Class MegaLandmarkFilter

Espacio de nombres
easyar

MegaLandmarkFilter 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()

Filtro de ubicación. Usar información GPS para filtrar.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Devuelve

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filtro mediante SpotId.

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

Parámetros

spotId

用于筛选的 SpotId。

Devuelve

{Promise} 筛选结果 MegaLandmarkFilterResult