How to draw a line between points in google map in Android

Posted by wafa.cs1 on Stack Overflow See other posts from Stack Overflow or by wafa.cs1
Published on 2010-05-31T06:38:23Z Indexed on 2010/05/31 6:42 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

Hello

I already wrote a program that read locations from android GPS ; each locatin(long , lat) will be sent to remote server to save it and display it in a website map.

what I'm trying to do now is to display my path in android by drawing line between the points I didn't find any sufficient answer until this moment! so how this can be done?

© Stack Overflow or respective owner

Related posts about android

Related posts about google-maps