liammclennan
liammclennan

Reputation: 5368

How to plot a long path with Virtual Earth

The obvious way to plot a path with virtual earth (VEMap.GetDirections) is limited to 25 points. When trying to plot a vehicle's journey this is extremely limiting.

How can I plot a by-road journey of more than 25 points on a virtual earth map?

Upvotes: 3

Views: 415

Answers (1)

Tom
Tom

Reputation: 845

According to this you need to call VEMap.GetDirections every 25 points until you reach the end of the route and then plot a custom shape of the complete route.

Upvotes: 1

Related Questions