RadarChain
@interface RadarChain : NSObject
Represents the chain of a place. For more information about Places, see https://radar.io/documentation/places.
-
The unique ID of the chain. For a full list of chains, see https://radar.io/documentation/places/chains.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) NSString *slug;
Swift
var slug: String { get }
-
The name of the chain. For a full list of chains, see https://radar.io/documentation/places/chains.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) NSString *name;
Swift
var name: String { get }