Table of Contents

Class MegaLandmarkFilterWrapper

命名空間
easyar
組件
EasyAR.Sense.dll

Mega Landmark VPS雲定位過濾功能。

public class MegaLandmarkFilterWrapper
繼承
MegaLandmarkFilterWrapper

方法

FilterByLocation(Action<MegaLandmarkFilterResponse>)

位置篩選。使用GPS資訊進行篩選。

public void FilterByLocation(Action<MegaLandmarkFilterResponse> callback)

參數

callback

FilterBySpotId(string, Action<MegaLandmarkFilterResponse>)

通過SpotId篩選。

public void FilterBySpotId(string spotId, Action<MegaLandmarkFilterResponse> callback)

參數

spotId
callback