The more i code the more im thinking this is not possible..
what i want to do is make a route in mappoint. set a dozen waypoint. and i want to know if a car is following the road or not..
if its a straight line i can manage.. but what if my road as curves.. i want to be able to place pins along those curve so that i can know if the car is near the route to follow..
ex:
if mycarloc.findnearbypins(1miles radius) = false then
the car is too far from the road..
i tried a lot of different approach so far. but nothing seems to work. direction is pretty useless and waypoint cant work if theres too much space between them. even if the calculated route is perfect.
anybody can tell me if i can manually follow a route from beginning to end in code.. (its drawn perfectly. why cant i follow the route miles by miles in code.?)
thanks for reading my rambling.
EDIT: i just found the ideal thing for my application.. when doing findnearby inside mappoint and selecting a route.. the road is selected with a radius of 1km.. is there a way to do the same using the vb component.?