You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function nomalizeLocation throws an error if the $location is a string and the method self::latLngFromAddress doesn't find any result and returns null
The text was updated successfully, but these errors were encountered:
PS; Having spotted that there are a number of open issues related to this, and even a pull-request fix that's been around for a while unaccepted... if Ether are wanting to retire from maintaining this ...
### Fixed
- Fix referred on Mapbox geo requests (Fixes#338, via @maxdmyers)
- Fix type errors in front-end usage (Fixes#379, via @samhibberd)
- Fix error when normalizing invalid location (Fixes#368, #380, via @Decyphr)
- Fix intermittent issues w/ Google Maps API loading (Fixes#294, via @davidwebca)
- Allow nullable zoom value (Fixes#381)
- Pass site language to embedded Google map (Fixes#373)
- Support casting map to string (Fixes#362)
- Remove reference to MaxMind Lite from docs (Fixes#358)
The function
nomalizeLocation
throws an error if the $location is a string and the method self::latLngFromAddress doesn't find any result and returns nullThe text was updated successfully, but these errors were encountered: