Table of Contents

Class MegaLandmarkFilterWrapper

Espacio de nombres
easyar
Ensayo
EasyAR.Sense.dll

Función de filtrado de localización en la nube Mega Landmark VPS.

public class MegaLandmarkFilterWrapper
Herencia
MegaLandmarkFilterWrapper

Métodos

FilterByLocation(Action<MegaLandmarkFilterResponse>)

Filtrado de ubicación. Filtra usando información GPS.

public void FilterByLocation(Action<MegaLandmarkFilterResponse> callback)

Parámetros

callback

FilterBySpotId(string, Action<MegaLandmarkFilterResponse>)

Filtrar por SpotId.

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

Parámetros

spotId
callback