i want to disply google map(Google Overlay) using geography unit as "DECIMAL DEGREE".Please provide me a sample code for displaying google map using decimal degrre as map unit
GoogleOverlay google = new GoogleOverlay("Google Map");
google.GoogleMapType = GoogleMapType.Normal;
google.JavaScriptLibraryUri = new Uri(ConfigurationManager.AppSettings["GoogleUriV3"]);
Map1.CustomOverlays.Add(google);
like this i want to dispaly google map using decimal degree geography unit.