Please be Kind with me here, I do know the algorithm for searching a point in a polygon. my problem is I dont have any data, what I want to try is "pick all the latlng points with the polygon. yes the points can be infinite and didn't knew API dose not support it. Is there any alternate way picking multiple latlng within a polygon??
> The API doesn't provide any facilities to find all the addresses in a > polygon. > > There are an infinite number of lat-long points within any polygon. > > > Point-in-polygon is probably exactly what you need ; iterate through > all your markers and test each one in turn. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
