Inherits from | QBCEntity : NSObject |
Conforms to | NSCoding NSCopying |
Declared in | QBLGeoData.h |
Overview
This class represents geo data - location point. You can store user locations on server, and then retrieve them using filters and search. See QBLocationService
Tasks
-
latitude
Latitude
property -
longitude
Longitude
property -
status
Status message
property -
userID
User ID
property -
user
User
property -
applicationID
Application identitider
property -
createdAtTimestamp
Timestamp of create geodata
property -
+ geoData
Create new GeoData
-
+ currentGeoData
Obtain current geo data
-
– location
Obtain current geo data location
Properties
applicationID 
@property (nonatomic, assign) NSUInteger applicationID
Discussion
Application identitider
Declared In
QBLGeoData.h
createdAtTimestamp 
@property (nonatomic) NSUInteger createdAtTimestamp
Discussion
Timestamp of create geodata
Declared In
QBLGeoData.h
latitude 
@property (nonatomic) CLLocationDegrees latitude
Discussion
Latitude
Declared In
QBLGeoData.h
longitude 
@property (nonatomic) CLLocationDegrees longitude
Discussion
Longitude
Declared In
QBLGeoData.h
Class Methods
currentGeoData 
+ (QBLGeoData *)currentGeoData
Discussion
Obtain current geo data
Return Value
QBLGeoData initialized with current location
Declared In
QBLGeoData.h