Hey all,
I am having trouble taking my "route" from the get route method and using it as a "Get Directions" functionality. I am currently able to get back an overlay collection of turn-by-turn polylines as an overlay collection.
Also, in the collection, there is information about what the turn is and how far to go on that street, etc. As a string, this information is:
{go 1.5 mi
go 2.7 mi
go 0.2 mi
Arrive at: 4700 Preston Rd, Frisco, TX 75034
}
Anyone have any information on how to make this available for inputing into a table, etc? Any code examples would be greatly appreciated.