Search found 5 matches

by Benjaminabat
Wed May 18, 2016 3:08 pm
Forum: PTV xLocateServer
Topic: No results with incorrect state
Replies: 4
Views: 6405

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...
by Benjaminabat
Tue May 17, 2016 8:46 am
Forum: PTV xLocateServer
Topic: No results with incorrect state
Replies: 4
Views: 6405

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" : ...
by Benjaminabat
Mon Apr 18, 2016 6:58 am
Forum: Generic questions
Topic: Query which countries are covered by license
Replies: 1
Views: 4075

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...
by Benjaminabat
Wed Dec 16, 2015 3:06 pm
Forum: PTV xLocateServer
Topic: Minimum result size for geocoding
Replies: 3
Views: 5553

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.
by Benjaminabat
Wed Dec 16, 2015 2:58 pm
Forum: PTV xLocateServer
Topic: Minimum result size for geocoding
Replies: 3
Views: 5553

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?