Hi,
I just ran into a situation where I had to choose how I would achieve geographic lat/long coordinates for a particular location -- I have both physical address, and webmercator coordinates available. So if I want to get the geographic coordinates, which call will be cheaper (licensing wise)? Should I call the ToGeographic function to translate the webmercator value? or should I pass the physical address to AddressToLocations function?
Thanks