GooglePlacesSwift Framework Reference

SearchNearbyResponse

struct SearchNearbyResponse
extension SearchNearbyResponse : SearchResponse, Sendable

The response object for the searchNearby method.

  • The array of places that match the request.

    Declaration

    Swift

    var places: [Place]? { get }