GooglePlaces Framework Reference

GMSPlaceSearchNearbyResponse

@interface GMSPlaceSearchNearbyResponse : NSObject <GMSPlaceSearchResponse>

The response object for the searchNearby 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;
  • Unavailable

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;