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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -