Class MegaLandmarkFilter
- Espace de noms
- easyar
Fournit une requête de points pour 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 emplacement. Filtrer avec les informations GPS.
filterByLocation(): Promise<MegaLandmarkFilterResult>;
Retours
{Promise
} Résultat de filtrage MegaLandmarkFilterResult
filterBySpotId(spotId)
Filtrer par SpotId.
filterBySpotId(spotId: string): Promise<MegaLandmarkFilterResult>;
Paramètres
spotIdSpotId utilisé pour le filtrage.
Retours
{Promise
} Résultat de filtrage MegaLandmarkFilterResult