SWRLLocation Class Reference

Inherits from SWRLObject : NSObject
Declared in SWRLLocation.h
SWRLLocation.m

Overview

SWRLLocation represents a physical street, city, state address or real world location.

Accessing Attributes

  externalIdentifier

A customer assigned identifier or code associated with this location.

@property (nonatomic, readonly) NSString *externalIdentifier

Declared In

SWRLLocation.h

  address

The street address for the location

@property (nonatomic, readonly) NSDictionary *address

Declared In

SWRLLocation.h

  latitude

Latitude associated with the location

@property (nonatomic, readonly) double latitude

Declared In

SWRLLocation.h

  longitude

Longitude associated with the location

@property (nonatomic, readonly) double longitude

Declared In

SWRLLocation.h

  timezone

Timezone for the location

@property (nonatomic, readonly) NSString *timezone

Declared In

SWRLLocation.h

  streamEvents

True if live event streaming is enabled for this location

@property (nonatomic, readonly) BOOL streamEvents

Declared In

SWRLLocation.h

  placement

If a location represents a specific location with content, the placement will be non-nil. If a location represents the overall location (without regard to sub-area), the placement will be nil.

@property (nonatomic, readonly) SWRLPlacement *placement

Declared In

SWRLLocation.h

  signal

A signal that most recently triggered an event in this location

@property (nonatomic, weak, readonly) SWRLSignal *signal

Declared In

SWRLLocation.h

– location

Returns a location that does not include any placment information.

- (SWRLLocation *)location

Declared In

SWRLLocation.h

Other Methods

– identifier

The platform assigned internal identifier. This is globally unique.

- (NSString *)identifier

Declared In

SWRLObject.h