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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -