AWSLocationGetPlaceResponse
Objective-C
@interface AWSLocationGetPlaceResponse
Swift
class AWSLocationGetPlaceResponse
-
Details about the result, such as its address and position.
Declaration
Objective-C
@property (nonatomic, strong) AWSLocationPlace *_Nullable place;
Swift
var place: AWSLocationPlace? { get set }