geocoder-php / geocoder-extra

Geocoder extra features.
MIT License
52 stars 13 forks source link

Check if loc index exists #24

Closed Stichoza closed 9 years ago

Stichoza commented 9 years ago

There is no "loc" index in some results and it causes an error. undefined index "loc" instead of NoResultException.

Example: http://ipinfo.io/192.168.10.1

192.168.10.1 is used in Laravel Homestead (on Vagrant)

Stichoza commented 9 years ago

P.S. Tests aren't failing because of this pull request. Actually it can be merged without errors.

toin0u commented 9 years ago

Thanks :)