Table of Contents

Class MegaLandmarkFilter

Namespace
easyar

Provides point query for MegaLandmark.

MegaLandmarkFilter

Remarks

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.

Methods

filterByLocation()

Location filtering. Filter using GPS information.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Returns

{Promise} Filter result MegaLandmarkFilterResult

filterBySpotId(spotId)

Filter by SpotId.

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

Parameters

spotId

SpotId used for filtering.

Returns

{Promise} Filter result MegaLandmarkFilterResult