Hi, I'm using the REST API's /reverseGeocode endpoint to find admin boundaries after users submit points. However, the accuracy of the results in one case makes me concerned about the accuracy of the system as a whole. For example, this query for 3011 Linden Street in Oakland returns that the point is in Emeryville, the neighboring city. A Google search shows that the point is in Oakland, several blocks from the Emeryville border.
I'm concerned that this inaccuracy may be more prevalent than just this case, since it's wrong in a heavily urbanized area where the admin boundaries should be easy to check against. Does anyone know about accuracy issues with this geocoder and what can be done to correct them?