wpf - bing maps RouteResponse.Results.RoutePath.Points = null? -
i having little problem bing maps service. want draw route in wpf app. everithing working except when read routepath.points result . in field legs there directions in routepath there arent data.
this weird. wrong ?
i have figured out problem. need define options routerequest bring routepath points.
routerequest.options = new routeoptions() { routepathtype = routepathtype.points };
you can close topic....
Comments
Post a Comment