Hi,
Can somebody tell me why m facing this problem when I define a method for calculating the route in Bingmap in Windows Phone7.
The line of code is :
routeLine.Locations.Add(new Location(p.Latitude, p.Longitude));
the error I get is :
Error1:'Microsoft.Phone.Controls.Maps.Platform.Location' does not contain a constructor that takes 2 arguments
Loading

AartiPosted Jan 13, 2012, 1:10 AM
Please refer below link:
http://forums.create.msdn.com/forums/p/96830/578037.aspx
VulpesPosted Jan 12, 2012, 12:48 PM