Table of Contents

Class MegaLandmarkFilterWrapper

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega-Landmark-Cloud-basierte Positionsfilterfunktion.

public class MegaLandmarkFilterWrapper
Vererbung
MegaLandmarkFilterWrapper

Methoden

FilterByLocation(Action<MegaLandmarkFilterResponse>)

Standortfilterung. Verwendung von GPS-Informationen zur Filterung.

public void FilterByLocation(Action<MegaLandmarkFilterResponse> callback)

Parameter

callback

FilterBySpotId(string, Action<MegaLandmarkFilterResponse>)

Filterung nach SpotId.

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

Parameter

spotId
callback