Maps: Show route between two locations

In native iOS maps app, you can get the route between pointA and pointB and have it traced out on the map. If we could have something like this:

myMap:showRoute( pointA = {latitude = latCords, longitude = longCords } , pointB = { latitude = latCords, longitude = longCords}, traceType = "line/dotted", traceColor = {R, G, B, Alpha} )  

[import]uid: 13560 topic_id: 14531 reply_id: 314531[/import]

+1

I’d love this too. I initially thought I could work around this by placing a displayGroup above the map and drawing the line on that, but there were two problems with this:

  1. you can’t have anything above a map object
  2. if the user pans or zooms the map, you cannot read any info on the new map center or zoom level, which you would need to pan and rescale your line. [import]uid: 29384 topic_id: 14531 reply_id: 53841[/import]