Table of Contents

Class MegaLandmarkFilter

네임스페이스
easyar

MegaLandmark 위치 조회를 제공합니다.

MegaLandmarkFilter

주의 사항

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.

메서드

filterByLocation()

위치 필터링. GPS 정보를 사용하여 필터링합니다.

filterByLocation(): Promise<MegaLandmarkFilterResult>;

반환 값

{Promise} 筛选结果 MegaLandmarkFilterResult

filterBySpotId(spotId)

SpotId로 필터링.

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

매개 변수

spotId

用于筛选的 SpotId。

반환 값

{Promise} 筛选结果 MegaLandmarkFilterResult