Eslam Elshemi
Eslam Elshemi

Reputation: 11

I need to draw multiple routes from my position to a predefined location on a Bing Map

I need to draw multiple routes from my position to a predefined location on a Bing Map.

But I'm new to WP7, can anybody please tell me the step

And will that answer be sufficient to draw the routes? Thanks.

Upvotes: 1

Views: 188

Answers (1)

Pol
Pol

Reputation: 5134

Please see Calculating a Route Using Bing Maps SOAP Services article and esspecially Add code to calculate and display a route sample. Thise example uses MapPolyline class to draw route line. You can add as many such lines as you wish.

Alternatively, please see Bing Maps for Games with Pathfinding sample and especially RouteRender class. This is more custom approach with XNA.

Upvotes: 1

Related Questions