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 weirdness in the ArcGIS … the read me describes where you can find the code as we have it implemented currently.