Tagged Questions
3
votes
3answers
157 views
I have a list of coordinates that make up a route - how can I easily render this shape on a map?
Additional info - I don't need this to be on a map - I just need the shape of the route. Is there anything that can return that shape easily?
The list of coordinates are in an xml document and I'd ...