GMSReverseGeocodeResponse
@interface GMSReverseGeocodeResponse : NSObject <NSCopying>A collection of results from a reverse geocode request.
- 
                  
                  Returns the first result, or nil if no results were available. DeclarationSwift func firstResult() -> GMSAddress?Objective-C - (nullable GMSAddress *)firstResult;
- 
                  
                  Returns an array of all the results (contains GMSAddress), including the first result.DeclarationSwift func results() -> [GMSAddress]?Objective-C - (nullable NSArray<GMSAddress *> *)results;