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