Thanks for your answers.

Hmm your example I dont really get geocodezip... maybe Im too tired :(

Well I found this thread:
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/21645125c7c4c4ca/f3b2e8cae33111b9?lnk=gst&q=circle#f3b2e8cae33111b9

There wrote someone:
Something like -
Plot circles and remember centres and radius
  mycentres[n] = xxx
  myradius[n] = rrr
  next circle, increment n

Test on click by looping through circles ...
For each [n]
Test if clicked point is within myradius[n] from mycentres[n]
If yes, alert ('circle' + n + 'clicked')
----

This would work perfectly if I would know how to "Test if clicked
point is within myradius[n] from mycentres[n]".
But how can I do that?

Thanks a lot again,
Gogi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to