已答复 Bing WPF Control

  • 2012年3月5日 19:42
     
     
    Hi , iam currently develop a wpf application with visual studio 2010 and vb.net. i use the microsoft.maps.mapcontrol.wpf (1.0)
    How can i set custom Pushpins on the map and display a routing like (http://www.bing.com/maps/?FORM=Z9LH4 )
    I want enter a source and destination target and display on the left the routing (in german) and on the right the map

    Can anyone help me?

全部回复

  • 2012年3月17日 14:47
    所有者:
     
     已答复
    You will need to create a lot of this functionality as it is not built into the WPF control. You can use the Bing Maps REST services to calculate your route and get the directions but you will need to generate the UI if you want the directions to look like bing.com.maps.

    http://rbrundritt.wordpress.com