views:

29

answers:

1

So I have a map here

How can I, using Google Maps API, detect whether or not a given coordinate is within that polygon? Is that possible?

Thanks in advance.

A: 

Yes it is possible. See this function: http://github.com/tparkin/Google-Maps-Point-in-Polygon

Michal