This question is locked. New answers and comments are not allowed.
Good Day All,
I've just got started with RadMap and require a little assistance. When I put the following co-ordinates into Google maps, I'm presented with a view directly over the center of Manchester, UK:
53°29'N 02°12'W
When I try to show the same location in RadMap (using code below) I end up around 50 miles to the South and 10 miles to the East of the intended target.
map.Provider = new BingMapProvider(MapMode.Aerial, true, "ZZZZZZZZZZZ");
map.Center = new Location(53.29, -2.12);
map.ZoomLevel = 12;
Please could someone help address this obvious deficit in my knowledge of geography :) ?
Many thanks,
James
I've just got started with RadMap and require a little assistance. When I put the following co-ordinates into Google maps, I'm presented with a view directly over the center of Manchester, UK:
53°29'N 02°12'W
When I try to show the same location in RadMap (using code below) I end up around 50 miles to the South and 10 miles to the East of the intended target.
map.Provider = new BingMapProvider(MapMode.Aerial, true, "ZZZZZZZZZZZ");
map.Center = new Location(53.29, -2.12);
map.ZoomLevel = 12;
Please could someone help address this obvious deficit in my knowledge of geography :) ?
Many thanks,
James