GMSPlaceSearchByTextResponse
@interface GMSPlaceSearchByTextResponse : NSObject <GMSPlaceSearchResponse>The response object for the searchByText method.
-
The pagination object for the response.
Declaration
Swift
var pagination: GMSPlacePagination? { get }Objective-C
@property (nonatomic, readonly, nullable) GMSPlacePagination *pagination; -
Unavailable
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;