tags:

views:

860

answers:

1

Hi all,

I wanted to display Google map in a map view on which I want to draw a polygon/circle.

Can any body help me out in this?

Thanks in advance

+1  A: 

I used ideas from this persons blog post to accomplish this. It basically involves adding a transparent view over the map. The map then allows you to convert locations to points on the view. Let me know if the site does not help you and I can try and dig up an example from my code.

http://spitzkoff.com/craig/?p=65

Codezy