Page 1 of 1

Geocoding via map

Posted: Wed Nov 25, 2020 3:55 pm
by t.mateit
Hi PTV team,

we have integrated xServer functionatlities in our product (routing, geo coding etc), we are currently using xServer1, not 2.

We want to enhance our product with the functionality to geocode an address via map (i think this is called reverse geocoding), we want to embed this map into a browser based application (D365FO).

I have the following questions:
1. Is this functionality available for xServer1 or only for xServer2?
2. Do you provide satellite view on your maps? If so, is this to be licensed separately? Background: The want to give the users the possibility to use also satellite view since sometimes it is easier to identify on satellite view which location should really be used.

Looking forward to hear from you.

//Thomas

Re: Geocoding via map

Posted: Wed Nov 25, 2020 4:05 pm
by Bernd Welter
Hello Thomas,

the reverse geocoding functionality
- Input = (x,y)
- Output = List of addresses (+coordinates + score + quality...)

is available on both interfaces:
- xLocate1.findLocation
- xLocate 2.SearchByPositionRequest

What is important to understand is that the usecase experience (user clicks in a map and gets the address) requires two steps:
- gather the (x,y) through the map interface of your choice
- then request the method mentioned above from the API version of your choice

Satellite images - yes... get in touch with your Sales counterpart to check licensing questions. If you need more infos about the technical integration of HERE satellite images I recommend to use the post :
https://xserver.ptvgroup.com/forum/view ... ages#p3765

Best regards,
Bernd