Hi,
Sorry for bad english i m newbite under MAPPOINT.
I want to find get position start (longitude, latitude) of each segments of route calculate.
my code VB after "route.calculate" :
"For ID_Etape = 1 to objRoute.directions.count
Set MyMap.location=objRoute.directions.item(ID_Etape). location
MyMap.Location.Select
Long=objRoute.Directions.Item(ID_Etape).Location.l ongitude
Lat=objRoute.Directions.Item(ID_Etape).Location.la titude
next ID_Etape"
But the positions results (Long,Lat) are in the middle of the segments ???
Helps...confused:
Thanks you
Stef