Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0029: Cannot implicitly convert type 'Myriads.GeoCoordinate' to 'GoogleMaps.LocationServices.MapPoint'

Source Error:


Line 15: 
Line 16:                 if (shouldDisplay) {
Line 17:                     GoogleMaps.LocationServices.MapPoint mappoint = Utility.GetMapPoint(Model[rowx, 2].Text + " Minneapolis MN " + Model[rowx, 3].Text + " ");
Line 18:                     @: var latlon = new google.maps.LatLng(@mappoint.Latitude, @mappoint.Longitude);
Line 19:                     @: var marker = new google.maps.Marker({ position: latlon, map: map, title: "@Model[rowx, 1].Text", label: "@Model[rowx, 1].Text.Substring(0,1)" });

Source File: D:\Web Root - Production\MPS CMF\Areas\Public\Views\Locations\Summary.cshtml    Line: 17






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0