Search found 5 matches

by gottjas
Mon Nov 20, 2017 6:48 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Can FindAddress return a Formatted Address?
Replies: 2
Views: 6886

Can FindAddress return a Formatted Address?

Hello,

In a response from calling findAddress, I get back a house number, street, city, etc. Is there any way to get back a formatted address that has the house number and street in the proper order depending on the geographic location? So, for the US/UK, the house number would come first, and DE ...
by gottjas
Thu Dec 08, 2016 6:01 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xS-XF: Experimental properties on SearchLocationsResult
Replies: 7
Views: 18781

Re: Experimental properties on SearchLocationsResult

Thanks again Jochen,

I have one more question. For my input addresses, I have AddressLine, City, PostalCode, Country available. If I'm using the REST endpoint with /locations, how do you recommend I format the query string in order to get the best results? <Address> <City> <Country> is what I'm ...
by gottjas
Tue Dec 06, 2016 7:13 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xS-XF: Experimental properties on SearchLocationsResult
Replies: 7
Views: 18781

Re: Experimental properties on SearchLocationsResult

Hi Jochen,

That works perfectly, thank you! Is there any documentation about what the different admin and locality levels mean? For example, I'm seeing ADMIN_14, ADMIN_11, ADMIN_5, LOCALITY_0, LOCALITY_1, and I don't know what they represent.

Thank you,
Jason
by gottjas
Tue Dec 06, 2016 4:31 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xS-XF: Experimental properties on SearchLocationsResult
Replies: 7
Views: 18781

Re: Experimental properties on SearchLocationsResult

Hi Bernd,

No problem:

GET https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rest/XLocate/locations/M%C3%BChlhofen%204%20Weinburg%20AT HTTP/1.1
xtok: <my token>
Host: xserver2-europe-eu-test.cloud.ptvgroup.com
Connection: Keep-Alive



HTTP/1.1 200 OK
Cache-Control: private
Vary: Origin ...
by gottjas
Tue Dec 06, 2016 4:06 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xS-XF: Experimental properties on SearchLocationsResult
Replies: 7
Views: 18781

xS-XF: Experimental properties on SearchLocationsResult

Hello,

This question refers to the experimental properties in the response of a SearchLocationsRequest (calling the REST endpoint /locations). In the documentation for the Address class (LocationsResponse.SearchLocationsResult[].Location.Address), there are experimental properties for countryName ...