SWRLLocation Class Reference
| Inherits from | SWRLObject : NSObject |
|---|---|
| Declared in | SWRLLocation.h SWRLLocation.m |
Accessing Attributes
externalIdentifier
A customer assigned identifier or code associated with this location.
@property (nonatomic, readonly) NSString *externalIdentifierDeclared In
SWRLLocation.h
address
The street address for the location
@property (nonatomic, readonly) NSDictionary *addressDeclared In
SWRLLocation.h
latitude
Latitude associated with the location
@property (nonatomic, readonly) double latitudeDeclared In
SWRLLocation.h
longitude
Longitude associated with the location
@property (nonatomic, readonly) double longitudeDeclared In
SWRLLocation.h
timezone
Timezone for the location
@property (nonatomic, readonly) NSString *timezoneDeclared In
SWRLLocation.h
streamEvents
True if live event streaming is enabled for this location
@property (nonatomic, readonly) BOOL streamEventsDeclared In
SWRLLocation.h
signal
A signal that most recently triggered an event in this location
@property (nonatomic, weak, readonly) SWRLSignal *signalDeclared In
SWRLLocation.h
– location
Returns a location that does not include any placment information.
- (SWRLLocation *)locationDeclared In
SWRLLocation.h
Other Methods
– identifier
The platform assigned internal identifier. This is globally unique.
- (NSString *)identifierDeclared In
SWRLObject.h