Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
What is the incorrect behavior that you are experiencing? i try to get address by using GMSGeocoder.reverseGeocodeCoordinate on CLLocationCoordinate2D i got this crash @objc completion handler block implementation for @escaping @callee_unowned @convention(block) (@unowned GMSReverseGeocodeResponse?, @unowned NSError?) -> () with result type GMSReverseGeocodeResponse at <compiler-generated>:0. [GMSGeocoder reverseGeocodeCoordinate:completionHandler:maxResults:]
What should happen instead? return results or nil instead
Steps to reproduce the problem:
Operating system version: Google Maps SDK for iOS version: Hardware model: iPhone 13 pro (iOS 16.1)
[1] You can forkhttps://github.com/googlemaps/maps-sdk-for-ios-samples.git and modify it until it demonstrates the issue