I have 9 set of layers which displays correct lattitude and longitude, But on adding bing maps to it shows wrong lat and long.
But my layers and bing exactly matches but not the lat long.
this is my piece of code Thanks in advance <esri:Map x:Name="map" Background="White" Grid.ColumnSpan="2" Margin="1,-1,2,1" Extent="8122633.58061022,1228193.34525793,9328695.9700777,1228193.34525793" OpacityMask="Red" MouseClick="QueryPoint_MouseClick" MouseMove="map_MouseMove" ExtentChanged="map_ExtentChanged" >
But my layers and bing exactly matches but not the lat long.
Could you give more infos about what you mean exactly by that? Adding a TileLayer means that your map is now using the BING web mercator projection. Then ArcGIS server should project on the fly all your dynamic layers in order to get a correct map.
I Have 9 set of layers set to WGS_1984_UTM_Zone_44N projection system. My lat long values at a perticular point are 78° 12' 929"E and 8° 46' 5.791N this is perfectly fine.. On Adding bing maps to my current map My lat long values at that point are completly different.. How will i get the exact lat long values..