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