Table of Contents

Class MegaLandmarkFilter

Espaço de nomes
easyar

Fornece consulta de pontos para 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. Filtra usando informações de GPS.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Retorna

{Promise} Resultado da filtragem MegaLandmarkFilterResult

filterBySpotId(spotId)

Filtrar por SpotId.

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

Parâmetros

spotId

SpotId usado para filtragem.

Retorna

{Promise} Resultado da filtragem MegaLandmarkFilterResult