Hello

I want to mark( with a colored point) all the the positions which are
clicked on the screen.

I found something like overriding the onTap(GeoPoint p, MapView)-
Method of an Overlay, but I do not understand how to draw then this
points into a MapView. Do i have to call the draw()-method for each
new point?

Of course the GeoPoint has to be transformed into pixel-format with
the "getProjection().toPixels(GeoPoint gp,Point px)"-method.

Can somebody give me a good template?


Greetz dudero

-- 
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

Reply via email to