XMMSpotOptions Constants Reference

Declared in XMMOptions.h

XMMSpotOptions

XMMSpot special options.

Definition

typedef NS_OPTIONS(NSUInteger, XMMSpotOptions ) {
   XMMSpotOptionsNone = 0 < < 0,
   XMMSpotOptionsIncludeContent = 1 < < 0,
   XMMSpotOptionsIncludeMarker = 1 < < 1,
   XMMSpotOptionsWithLocation = 1 < < 2,
};

Constants

XMMSpotOptionsNone

No options.

Declared In XMMOptions.h.

XMMSpotOptionsIncludeContent

Will include contentID to spots.

Declared In XMMOptions.h.

XMMSpotOptionsIncludeMarker

Will include markers to spots

Declared In XMMOptions.h.

XMMSpotOptionsWithLocation

Will only return spots with a location.

Declared In XMMOptions.h.

Declared In

XMMOptions.h