location
A person’s location, if available.
Declaration
@property (nonatomic, readonly) CLLocation * location;Discussion
If the location isn’t available, the value is nil.
A person’s location, if available.
@property (nonatomic, readonly) CLLocation * location;If the location isn’t available, the value is nil.