cheesegrits / filament-google-maps

Google Maps package for Filament PHP
212 stars 60 forks source link

Fix nullable collection on Geocoder::reverse #106

Open rewebcan opened 2 months ago

rewebcan commented 2 months ago

There is a problem in my case I think reverseQuery does not return a correct Collection and it causes the problem below;

Update: I can confirm that if the Google Maps API Key is limited because of the issued Credit Card has expired, you get an empty collection.

image