Can we use bing maps routing without using network analysis server and routetask?

4310
1
Jump to solution
06-24-2012 09:48 PM
BipinBaglung
New Contributor
Since we can use bing maps as basemap can we use bing maps routing to solve a route. I do not have network analysis services running so i cant use routeTask.
0 Kudos
1 Solution

Accepted Solutions
BipinBaglung
New Contributor
I solved this problem by using Bing Maps REST Services Route API by passing two points and get JSON response which return  route path along with points to draw line. I used this point JSON to draw route path (line).

View solution in original post

0 Kudos
1 Reply
BipinBaglung
New Contributor
I solved this problem by using Bing Maps REST Services Route API by passing two points and get JSON response which return  route path along with points to draw line. I used this point JSON to draw route path (line).
0 Kudos