Google Maps - MapView - draw a nice flight route between 2 points
I wonder, how can I draw a nice flight route between 2 points on a google map's MapView?
look at this: http://maps.forum.nu开发者_如何学编程/gm_flight_path.html
this is exactly what I need.
thanks!
Look at my reply to question
How to draw a path on a map using kml file?
and there especially into the RouteOverlay class / draw method. Since you only want to draw a simple straight line, you probably won't need the rest of the complexity there.
精彩评论