On Sep 17, 9:35 pm, "Josh Rosenthal" <[EMAIL PROTECTED]> wrote: > Hi All, > General question. Given a KML of polygons (dynamically generated, so > Bratliff's very cool striping solution won't work), loaded with geoXml > (shoutout to Lance for the wonderful library), is there any way to tell that > a given coordinate is not within any of the polygons? The opposite... > determining if it is within any polygons (and which polygon), could be > determined by adding an event listener to each polygon upon creation. > > Determining the absence has me stymied. > > Any ideas?
Go through all the polygons. If it isn't contained by an of them, it is not within any of them... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
