Número de ID do Erro |
BUG-000112442 |
Enviado | March 15, 2018 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS Runtime SDK |
Versão encontrada | 100.2.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | Non-Reproducible
Esse problema não foi reproduzível quando testado pela equipe de desenvolvimento. Os problemas podem receber esse status quando não podem ser reproduzidos ou não são mais relevantes em uma versão de desenvolvimento do software, mas uma correção específica não foi instalada para resolver o problema. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
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;
```
Solução Provisória
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.
Etapas para Reproduzir