OMCLocationAddress Class Reference

Inherits from NSObject
Declared in OMCLocationAddress.h

Overview

An address is used to specify the physical location of an OMCLocationPlace. Addresses are immutable.

  type

The address type (geo point, circle, or polygon).

@property (readonly) OMCLocationAddressType type

Declared In

OMCLocationAddress.h

  properties

The address’s raw properties (corresponding to the JSON payload).

@property (readonly) NSDictionary<NSString*id> *properties

Declared In

OMCLocationAddress.h