SearchNearbyResponse
struct SearchNearbyResponseextension SearchNearbyResponse : SearchResponse, Sendable, SendableMetatypeThe response object for the searchNearby method.
-
The array of places that match the request.
Declaration
Swift
var places: [Place]? { get } -
A list of routing summaries where each entry associates to the corresponding place in the same index in the places field.
Declaration
Swift
var routingSummaries: [RoutingSummary] { get }