Número de ID del error |
BUG-000112442 |
Enviado | March 15, 2018 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS Runtime SDK |
Versión encontrada | 100.2.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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;
```
Solución alternativa
The following is a potential workaround for the issue:
- 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.
- Edit the attributes such that the fromleft/fromright were set to the same value and the toleft/toright were set to the same value.
- Rebuild the locator. Once the locator was rebuilt, run the application again, the reverse geocoding and the address is correct.
Pasos para reproducir