geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 516 forks source link

Reverse Geocode failure - Here maps - Undefined index: LocationId #1189

Closed FloppyChips closed 1 year ago

FloppyChips commented 1 year ago

Undefined index: LocationId at /var/www/api/html/releases/20230704155244/vendor/geocoder-php/here-provider/Here.php:258

Not all the location responses from Here maps reverse geocode API include LocationId, e.g. if the LocationType is area.

Intending to submit a PR to resolve.

FloppyChips commented 1 year ago

https://github.com/geocoder-php/Geocoder/pull/1190

FloppyChips commented 1 year ago

Excellent, thank you