Re: [android-developers] Override enableMyLocation in MyLocationOverlay

2010-03-04 Thread TreKing
On Wed, Mar 3, 2010 at 11:37 PM, gallagth wrote: > I figured out how to do that, but now I'm stuck because I dont know > what Canvas to pass when I call the method drawMyLocation(). > You shouldn't be drawing when the location changes. Try overriding the drawMyLocation function, which will be ca

[android-developers] Override enableMyLocation in MyLocationOverlay

2010-03-03 Thread gallagth
Hi everyone, I want to override the method enableMyLocation() in MyLocationOverlay class, in order to implement my own positioning algorithm to get latitude/longitude, and then plot them onto a MapView. I figured out how to do that, but now I'm stuck because I dont know what Canvas to pass when I