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
Single address geocoding requests to The World Geocoding Service now call /findAddressCandidates exclusively. This has allowed us to simplify this API by removing the addresses() method, but necessitated the following changes.
the response signature of geocode() now provides an array of candidates, not locations
singleLine is now the appropriate parameter to use when supplying a single string for geocoding