GMSPlaceContainingPlace
@interface GMSPlaceContainingPlace : NSObjectRepresents a parent location that holds another place.
-
The resource name of the place.
Declaration
Swift
var resourceName: String? { get }Objective-C
@property (nonatomic, readonly, nullable) NSString *resourceName; -
The ID of the place.
Declaration
Swift
var placeID: String? { get }Objective-C
@property (nonatomic, readonly, nullable) NSString *placeID; -
Unavailable
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;