Connecting GPS coordinates taken from a database in Android using Overlay
Posted
by LordSnoutimus
on Stack Overflow
See other posts from Stack Overflow
or by LordSnoutimus
Published on 2010-03-19T16:21:41Z
Indexed on
2010/03/19
22:41 UTC
Read the original article
Hit count: 220
I am currently building an application that allows users to track where their phone has been on a Google Map. At the moment, when the onLocationChanged() method is called, the application stores the current GPS longitude and latitude in a database and calls the animateTo() method to the current position.
Using SDK 1.5, how would I go about connecting these points with a coloured line drawn on the MapView using an Overlay?.
© Stack Overflow or respective owner