Table of Contents

Class MegaLandmarkFilterWrapper

Spazio dei nomi
easyar
Assembly
EasyAR.Sense.dll

Funzionalità di filtro della localizzazione cloud Mega Landmark VPS.

public class MegaLandmarkFilterWrapper
Ereditarietà
MegaLandmarkFilterWrapper

Metodi

FilterByLocation(Action<MegaLandmarkFilterResponse>)

Filtro posizione. Filtra usando informazioni GPS.

public void FilterByLocation(Action<MegaLandmarkFilterResponse> callback)

Parametri

callback

FilterBySpotId(string, Action<MegaLandmarkFilterResponse>)

Filtra per SpotId.

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

Parametri

spotId
callback