Table of Contents

Class MegaLandmarkFilter

Espaço de nomes
easyar

MegaLandmarkFilter fornece a consulta de localização de pontos do MegaLandmark.

MegaLandmarkFilter

Comentários

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

Filtragem de localização. Utilize informações GPS para filtrar.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Retorna

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filtrar por SpotId.

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

Parâmetros

spotId

用于筛选的 SpotId。

Retorna

{Promise} 筛选结果 MegaLandmarkFilterResult