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