The Google maps API does not already provide a method for checking points
in polygons. After researching a bit I stumbled across the Ray-casting
algorithm which will determine if an X-Y coordinate is inside a plotted
shape. This will translate to latitude and longitude. The following extends
The Google maps API does not already provide a method for checking points
in polygons. After researching a bit I stumbled across the Ray-casting
algorithm which will determine if an X-Y coordinate is inside a plotted
shape. This will translate to latitude and longitude. The following extends