GMSPlaceSearchResponse
@protocol GMSPlaceSearchResponse <NSObject>Protocol for the response to a place search request.
-
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: [GMSPlaceRoutingSummary]? { get }Objective-C
@property (nonatomic, readonly, nullable) NSArray<GMSPlaceRoutingSummary *> *routingSummaries;