Search found 5 matches
- Wed May 18, 2016 3:08 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: No results with incorrect state
- Replies: 4
- Views: 7437
Re: No results with incorrect state
Thank you for your reply! This doesn't help me with my usecase though. Maybe I have to elaborate... I am trying to verify a list of addresses out of a SAP system. The state in these addresses is represented by a number corresponding to a check table. This check table is language dependant and contai...
- Tue May 17, 2016 8:46 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: No results with incorrect state
- Replies: 4
- Views: 7437
No results with incorrect state
When calling findAddress[es] with an incorrect state name no result is returned. For example if I have the address: "addr": { "country": "D", "postCode": "", "city": "Münster", "city2": "", "state" : ...
- Mon Apr 18, 2016 6:58 am
- Forum: Generic questions
- Topic: Query which countries are covered by license
- Replies: 1
- Views: 4591
Query which countries are covered by license
Is there a way to find out programatically the countries of which data is included in the current license? Something like an API-Operation which would return a list of these countries or a certain returncode when asking for data in a country that is not included would be good. I guess reading the li...
- Wed Dec 16, 2015 3:06 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Minimum result size for geocoding
- Replies: 3
- Views: 6334
Re: Minimum result size for geocoding
My use case would be to always have at least one result returned. Thus the entered address could be returned.
- Wed Dec 16, 2015 2:58 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Minimum result size for geocoding
- Replies: 3
- Views: 6334
Minimum result size for geocoding
For reverse geocoding there is an option to set ENGINE_MINSIZE to an integer value. The returned result must be at least as big. Is there a similar option for "normal" geocoding?