Table of Contents

Class MegaLandmarkFilterWrapper

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega Landmark VPS cloud location filtering function.

public class MegaLandmarkFilterWrapper
Inheritance
MegaLandmarkFilterWrapper

Methods

FilterByLocation(Action<MegaLandmarkFilterResponse>)

Location filtering. Filter using GPS information.

public void FilterByLocation(Action<MegaLandmarkFilterResponse> callback)

Parameters

callback

FilterBySpotId(string, Action<MegaLandmarkFilterResponse>)

Filter by SpotId.

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

Parameters

spotId
callback