Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Google Maps] Added missing nullable return type (#1065)
Sometimes Google Maps does not return a Plus Code. PoC: {"query":"[object] (Geocoder\\Query\\GeocodeQuery: GeocodeQuery: {\"text\":\"Port of Ijmuiden, North Holland, Netherlands, Port Ijmuiden Port\",\"bounds\":\"null\",\"locale\":null,\"limit\":5,\"data\":{\"mode\":\"search\",\"fields\":\"formatted_address, geometry, icon, name, place_id, plus_code, types\"}})"} The first 2 results have a PlusCode but the rest do not, which generates an exception.
- Loading branch information