[android-developers] Change Update Time of MyLocationOverlay
Hello,
I am trying to see if anyone knows if it is possible to change the
update time of MyLocationOverlay(http://bit.ly/dBIVdj). I have tried
subclassing MyLocationOverlay and implementing my own location manager
-- but when that happens I do not see the overlay on the map.
I would try overriding the drawMyLocation method -- however I don't
know which canvas to provide the method (since I would be drawing
onLocationChange).
To summarize, I am looking to do three things in MyLocationOverlay
subclass:
1. Change the location update times to whatever I want.
2. Draw the "my location" dot with the radius when the
onLocationChanged() method is called.
I've thought about making my own special class with special overlay --
but I feel like there has to be a better method to get what I want out
of this class.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home