OMCLocationAddressType Constants Reference

Declared in OMCLocationAddress.h
References -[OMCLocationAddress type]

OMCLocationAddressType

The address type.

Definition

typedef NS_ENUM(NSUInteger, OMCLocationAddressType ) {
   OMCLocationAddressTypeGeoPoint,
   OMCLocationAddressTypeGeoCircle,
   OMCLocationAddressTypeGeoPolygon,
};

Constants

OMCLocationAddressTypeGeoPoint
 Geo point address type, which consists of a latitude/longitude pair
 of coordinates.

Declared In OMCLocationAddress.h.

OMCLocationAddressTypeGeoCircle
 Geo circle address type, which consists of a latitude/longitude pair
 of coordinates and a radius in meters.

Declared In OMCLocationAddress.h.

OMCLocationAddressTypeGeoPolygon
 Geo polygon address type, which consists of a set of geo points that
 specify the polygon's vertices.

Declared In OMCLocationAddress.h.

Declared In

OMCLocationAddress.h