Commit 972d3be
Fix Reverse Geocode failure - Here maps - Undefined index: LocationId (#1190)
Here Issue 1189
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.
Co-authored-by: smackintosh <[email protected]>1 parent 526cda1 commit 972d3be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments