|
My Project
|
inverse geocode a given address More...
Variables | |
| static final int | MSG_RI_INVGEOCODE = 501 |
inverse geocode a given address
Inverse geocode (return town name, street name and so on) from a given mercator or geodecimal position.
Attention: If both position fields (mercator and geodecimal) are set, only the mercator fields will be used.
| Key | Value | Type | Info |
|---|---|---|---|
| MercPosX | The mercator x position to search an address for | int | |
| MercPosY | The mercator y position to search an address for | int | |
| GeoDezPosX | The geodecimal x position to search an address for | double | optional |
| GeoDezPosY | The geodecimal y position to search an address for | double | optional |
Depending on the position, not all fields will return a result.
| Key | Value | Type | Info |
|---|---|---|---|
| CC | The found country code | String | |
| ISO3166a2 | The found country code as ISO3166a2 standard | String | |
| PostCode | The found postcode | String | |
| TownName | The found town name | String | |
| StreetName | The found street name | String | |
| HNr | The found housenumber | String |
RI_ERROR_NONE if everything is ok.
RI_ERROR_RI_DISABLED if the Remote Interface service is disabled and/or not licensed.
RI_ERROR_IS_INITIALIZING if the Remote Interface service is not initialized yet.
RI_ERROR_LONGTIME_OPERATION_IN_PROGRESS as long as the PTV Navigator is searching the result.
RI_ERROR_INVGEOCODE_FAILED on error.
RI_ERROR_NO_RESULT_FOUND if no result was found.
| © PTV Group 2021 | Generated on Sun Oct 2 2022 19:28:23 for My Project by 1.8.17 |