On Mon, May 10, 2010 at 11:39 PM, Ning <[email protected]> wrote: > Is there API to draw the blue flashing circle at arbitrary location same as > the one provided by MyLocationOverlay in Google Map API? >
Yes, the Canvas object passed to your draw function. > And is it possible to draw a parameter around the dot given a radius, > like "my location" in Google Map? > I'm not sure what you mean by "parameter". If you mean a circle for the "diameter", then yes, it is possible, again using the Canvas. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

