Reverse Geocoding using the .NET SDK

1053
2
02-22-2017 11:04 AM
ChadLeppanen
New Contributor II

Hello!

We are looking for some assistance at doing a reverse geocode with the ArcGIS Runtime SDK for .NET using a local geocoder from a mobile map package. Currently, when inspecting results coming back through debug, address information is not present. When using the World Geocode service, it appears to be coming back as expected. Our question then is are we missing something in our code, or the locator, that is prohibiting us from retrieving the address?

We have a sample application here. GitHub - patdaburu/ArcGISRuntime-DotNet-LocalGeocoder: A sample application to demonstrate some weir... the read me describes where you can find the code as we have it implemented currently.

Tags (2)
0 Kudos
2 Replies
AndyWright
Occasional Contributor

Hi Chad.  I had the same issue.  Esri has acknowledged it as a bug, but there is a workaround.  See this post ...

https://community.esri.com/thread/187968-reverse-geocode-issue 

ChadLeppanen
New Contributor II

The workaround seems to be working for us as well in the .NET SDK. Did they by chance communicate to you which future release their fix for this would be in? Also then, for Esri staff working on the SDKs, will a fix be delivered for all of the different flavors of SDKs, or are each one on a different release schedule?

Thanks!

0 Kudos