OMCLocationDeviceContainerQuery Class Reference

Inherits from OMCLocationObjectQuery : NSObject
Declared in OMCLocationDeviceContainerQuery.h

Overview

A device container query can be configured to search for device containers (assets or places).

  label

The query’s results will be filtered on a match of this string with the location object’s user-defined label.

@property (nonatomic, nullable) NSString *label

Declared In

OMCLocationDeviceContainerQuery.h

  orderByAttribute

The attribute by which the query results will be sorted when returned. The sort order (ascending or descending) is determined by the order-by order.

@property (nonatomic) OMCLocationDeviceContainerQueryOrderByAttributeType orderByAttribute

Discussion

The default value is OMCLocationDeviceContainerQueryOrderByAttributeTypeNone.

Declared In

OMCLocationDeviceContainerQuery.h