We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode Version : 15.3 iPhone OS: iOS 17.2.1 IPhone Model: iPhone XS Max MapboxGeocoder Version: ~0.15 MapboxSearch: >= 2.0.0-rc.3, < 2.0 MapboxMaps: ~> 11.3.0
When attempting to reverse geocode using a CLLocationCoordinate2D, it is crashing when force unwrapping "qulifiedName"
let options = ReverseGeocodeOptions(coordinate: point) let geoCoder = Geocoder(accessToken: <access token>) geoCoder.geocode(options) { placemarks, attribution, error in guard let placemark = placemarks?.first else { return } dump(placemark) }
MapboxGeocoder/MBPlacemark.swift:485: Fatal error: Unexpectedly found nil while unwrapping an Optional value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Xcode Version : 15.3
iPhone OS: iOS 17.2.1
IPhone Model: iPhone XS Max
MapboxGeocoder Version: ~0.15
MapboxSearch: >= 2.0.0-rc.3, < 2.0
MapboxMaps: ~> 11.3.0
When attempting to reverse geocode using a CLLocationCoordinate2D, it is crashing when force unwrapping "qulifiedName"
The text was updated successfully, but these errors were encountered: