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: 264
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