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
when searching for an address that returns no result, an AddressCollection item is returned with no locations inside, which means locations is an empty array, so the next line which reads the first result will cause an exception when there is no location. it is better to use the isEmpty() method of the AddressCollection to no try to access the first entry when there is no such entry
0 commit comments