Table of Contents

Class MegaLandmarkFilter

Namespace
easyar

MegaLandmarkFilter provides location 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. Use GPS information for filtering.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

Returns

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

Filter by SpotId.

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

Parameters

spotId

用于筛选的 SpotId。

Returns

{Promise} 筛选结果 MegaLandmarkFilterResult