OMCLocationObjectQueryFormatType Constants Reference

Declared in OMCLocationObjectQuery.h
References -[OMCLocationObjectQuery format]

OMCLocationObjectQueryFormatType

Query format (long or short). Query results in long format will include all the items' attributes. Query results in short format will include only a subset of the items' attributes, depending on the objects' type. The default query format is long.

Definition

typedef NS_ENUM(NSUInteger, OMCLocationObjectQueryFormatType ) {
   OMCLocationObjectQueryFormatTypeLong,
   OMCLocationObjectQueryFormatTypeShort,
};

Constants

OMCLocationObjectQueryFormatTypeLong
 Long format: the query results will include all the items' attributes.

Declared In OMCLocationObjectQuery.h.

OMCLocationObjectQueryFormatTypeShort
 Short format: the query results will include only a subset of the items'
 attributes, depending on the items' type.

Declared In OMCLocationObjectQuery.h.

Declared In

OMCLocationObjectQuery.h