Loading request...
Expose the actual HTTP response code from the geocoding API (e.g., 400, 429) to allow for proper exception handling.
Hey, So we're using `Geocoder.coordinates(...)` with Google Maps to get lat/lon. I would like to be able to return HTTP response codes (e.g. 400, 429) so I can handle the exception properly. Is there a way to return the actual API response/code while still using Geocoder wrappers? Thanks!!!!