The projection of our roads are majorly off, here is our code that adds the google layer
GoogleOverlay googlelayer = new GoogleOverlay(“Google Map”);//googlelayer.JavaScriptLibraryUri = new Uri(System.Configuration.ConfigurationManager.AppSettings[“GoogleUriV3”]);googlelayer.GoogleMapType = GoogleMapType.Normal;googlelayer.IsBaseOverlay = true;Map1.CustomOverlays.Add(googlelayer);Map1.ZoomLevelSet = CustomZoomlevelSets();
and here is the result we get

is there anyway to fix this