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