WTCloudRecognitionServerRegion Constants Reference

Declared in WTTrackerManager.h

WTCloudRecognitionServerRegion

WTCloudRecognitionServerRegion defines the possible cloud recognition server regions that are available. The region should be set depending on where the final application will be used most likely. If the region does not match the actual user location, longer round trip times should be expected.

Definition

typedef NS_ENUM(NSInteger, WTCloudRecognitionServerRegion ) {
   WTCloudRecognitionServerRegion_Americas,
   WTCloudRecognitionServerRegion_Europe,
};

Constants

WTCloudRecognitionServerRegion_Americas

WTCloudRecognitionServerRegion_Americas should be used when the user is currently in North or South America.

Declared In WTTrackerManager.h.

WTCloudRecognitionServerRegion_Europe

WTCloudRecognitionServerRegion_Europe should be used when the user is currently in Europe, Africa or Middle East.

Declared In WTTrackerManager.h.

Declared In

WTTrackerManager.h