GooglePlaces Framework Reference

GMSPlaceSearchByTextResponse

@interface GMSPlaceSearchByTextResponse : NSObject <GMSPlaceSearchResponse>

The response object for the searchByText method.

  • The array of places that match the request.

    Declaration

    Swift

    var places: [GMSPlace]? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSArray<GMSPlace *> *places;
  • 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;