I want to mark certain points in google maps,I read http://developer.android.com/resources/tutorials/views/hello-mapview.html
But the problem which I am facing is that, this method is useful when we want to show a image on top of google maps, however I want a circle which may have any given color.
Also I want to show a toast when user clicks circle(I know how this could be easily done if we use drawable)
I am unable to find a solution.
Any help would be appreciated.
Thanx in advance