|
I have actually got it working but I cannot seem to get it to work properly with uk coordinates.
I am using Oxford University in the UK as a reference and if I just want to display Oxford Uni with nothing else then it works fine.
However, if I add a pushpin with these coordinates it ends up showing me the US instead... the same happened with Virtual Earth SDK also.
This is the code that works:
map1.Height = 500;
map1.Width = 900;
map1.Longitude = -1.260878;
map1.Latitude = 51.757172;
map1.Zoom = 17;
|