GooglePlaces Framework Reference

GMSPlaceSearchResponse

@protocol GMSPlaceSearchResponse <NSObject>

Protocol for the response to a place search request.

  • The array of places that match the request.

    Declaration

    Swift

    var places: [GMSPlace]? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSArray<GMSPlace *> *places;