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
This may not be an issue, but how does BSForwardGeocoder handle overlapping requests (i.e. a call to findLocation: before a previous call has finished)? It seems like this could cause inconsistent results because the threads are sharing instance variables.