OMCLocationObjectQueryOrderByOrderType Constants Reference

Declared in OMCLocationObjectQuery.h
References -[OMCLocationObjectQuery orderByOrder]

OMCLocationObjectQueryOrderByOrderType

Order-by order (ascending or descending). Used in conjunction with the order-by attribute, which specifies the attribute by which the query result’s items will be sorted. The default order is ascending.

Definition

typedef NS_ENUM(NSUInteger, OMCLocationObjectQueryOrderByOrderType ) {
   OMCLocationObjectQueryOrderByOrderTypeAscending,
   OMCLocationObjectQueryOrderByOrderTypeDescending,
};

Constants

OMCLocationObjectQueryOrderByOrderTypeAscending
 Ascending order-by. The query result's items will be sorted by the
 order-by attribute in ascending order.

Declared In OMCLocationObjectQuery.h.

OMCLocationObjectQueryOrderByOrderTypeDescending
 Descending order-by. The query result's items will be sorted by the
 order-by attribute in descending order.

Declared In OMCLocationObjectQuery.h.

Declared In

OMCLocationObjectQuery.h