GooglePlacesSwift Framework Reference

  • SearchNearbyRequest structures parameters for nearby place searches within a specified region.

  • It allows filtering results by place types, including or excluding specific primary and regular types.

  • Users can customize the ranking preference (distance or prominence), the maximum number of results, and the properties returned for each place.

  • The request can be further refined using a region code and by specifying a circular search area with a center point and radius.

SearchNearbyRequest

struct SearchNearbyRequest
extension SearchNearbyRequest : Equatable, Sendable