OYMGoIndoorUpdate Constants Reference

Declared in OYMGoIndoor.h

OYMGoIndoorUpdate

Annotation defining the database update policy

Definition

typedef NS_ENUM(int, OYMGoIndoorUpdate ) {
   kOYMGoIndoorUpdateNo = 0,
   kOYMGoIndoorUpdateWifi = 1,
   kOYMGoIndoorUpdateMobile = 1 < < 1,
};

Constants

kOYMGoIndoorUpdateNo

Updates are disabled

Declared In OYMGoIndoor.h.

kOYMGoIndoorUpdateWifi

Update only over Wifi

Declared In OYMGoIndoor.h.

kOYMGoIndoorUpdateMobile

Update only over Mobile data connection

Declared In OYMGoIndoor.h.

Declared In

OYMGoIndoor.h