laptop and a wrench

Bug

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

Zuletzt veröffentlicht: June 25, 2020 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000112442
EingereichtMarch 15, 2018
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version100.2.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusNon-Reproducible

Zusätzliche Informationen

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.

Schritte zur Reproduzierung

Bug-ID: BUG-000112442

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln