My Project
Variables
Inverse geocode (get the address from a position)

inverse geocode a given address More...

Variables

static final int MSG_RI_INVGEOCODE = 501
 

Detailed Description

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.

Sending bundle:

KeyValueType

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

Returned bundle:

Depending on the position, not all fields will return a result.

KeyValueType

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

Returned error codes:

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 doxygen 1.8.17