OYMGoIndoorLocationType Constants Reference

Declared in OYMGoIndoor.h

OYMGoIndoorLocationType

Annotation defining the possible algorithms to be used

Definition

typedef NS_ENUM(int, OYMGoIndoorLocationType ) {
   kOYMGoIndoorLocationTypeAverage = 0,
   kOYMGoIndoorLocationTypeClosest = 1,
   kOYMGoIndoorLocationTypeProject = 2,
};

Constants

kOYMGoIndoorLocationTypeAverage

Weighted average

Declared In OYMGoIndoor.h.

kOYMGoIndoorLocationTypeClosest

Closest iBeacon

Declared In OYMGoIndoor.h.

kOYMGoIndoorLocationTypeProject

Weighted average with projection to the closest edge

Declared In OYMGoIndoor.h.

Declared In

OYMGoIndoor.h