GooglePlaces Framework Reference

  • GMSPlaceSearchNearbyRequest objects are used with GMSPlacesClient to fetch nearby places based on specified criteria.

  • Requests require a circular location restriction defining the search area and an array of desired place properties.

  • You can further refine searches by including or excluding specific place types, setting a maximum result count, and specifying a region code.

  • Results can be sorted by prominence or distance using the rankPreference property.

  • The default maximum number of results returned is 20, and the default ranking is based on place popularity.

GMSPlaceSearchNearbyRequest

@interface GMSPlaceSearchNearbyRequest : NSObject

Request object to use with GMSPlacesClient to fetch nearby places.