Class MegaLandmarkFilter
- Espace de noms
- easyar
Propose la recherche des points de repère MegaLandmark.
MegaLandmarkFilter
Remarques
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éthodes
filterByLocation()
Filtrage par position. Utilise les informations GPS pour le filtrage.
filterByLocation(): Promise<MegaLandmarkFilterResult>;
Retours
{Promise
} 筛选结果 MegaLandmarkFilterResult
filterBySpotId(spotId)
Filtrer par SpotId.
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
Paramètres
spotId用于筛选的 SpotId。
Retours
{Promise
} 筛选结果 MegaLandmarkFilterResult