Hi all,
Is it a must, to convert each geometry I have in WGS84 (LAT/LON) to WebMercator explicitly when working with Bing maps?
In my huge code I have many places where I add graphics that are defined in LAT/LON (WGS84).
If I switch to Bing maps I need to review all those places and convert them with esri.geometry.geographicToWebMercator(); is it makes sense?
I thought at the beginning that Bing map converts ,any geometry in WGS84, automatically to the projected coordinate system?
Am I missing something?
Appreciate for any help!!
Jordan