laptop and a wrench

Bug

Reverse geocoding method results are offset in ArcGIS Runtime for .NET applications.

Last Published: June 25, 2020 ArcGIS Runtime SDK
Bug ID Number BUG-000112442
SubmittedMarch 15, 2018
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found100.2.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusNon-Reproducible

Additional Information

The code did not set both OffsetX and OffsetY properties. Once these properties are set to a value of 30 (half the set image width/height) the pushpin point location is consistent with the address location returned by other geocoding engine/services. ``` campsiteSymbol.OffsetX = 30; campsiteSymbol.OffsetY = 30; ```

Workaround

The following is a potential workaround for the issue:

  1. Review the source data for the locator. The "fromleft" "toleft" and "fromright" "toright" were the same on the street where the address point was located.
  2. Edit the attributes such that the fromleft/fromright were set to the same value and the toleft/toright were set to the same value.
  3. Rebuild the locator. Once the locator was rebuilt, run the application again, the reverse geocoding and the address is correct.

Steps to Reproduce

Bug ID: BUG-000112442

Software:

  • ArcGIS Runtime SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options