Select to view content in your preferred language

WebMercator.ToGeographic vs Geocode

1232
1
02-07-2011 06:23 AM
SangamLama
Emerging Contributor
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
0 Kudos
1 Reply
SangamLama
Emerging Contributor
I just realized that my map's projection isn't webmercator afterall. So I had to use GeometryService to convert it to geographic coordinates. And since I'm doing the translation in the serverside either way, I'm not worried about what's more cost effective.

🙂

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
0 Kudos