[Google Maps API v3] Re: How to determine if given point is inside polygon

2013-01-17 Thread Vincent Touraineverte
Hi, some examples here : Polygon : containsLocation(point, polygon) Polygon || Polyline : isLocationOnEdge(point, polygon|polyline,

[Google Maps API v3] Re: How to determine if given point is inside polygon

2013-01-13 Thread abhishekgahlout16
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

[Google Maps API v3] Re: How to determine if given point is inside polygon

2013-01-13 Thread Abhishek Gahlout
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

[Google Maps API v3] Re: How to determine if given point is inside polygon

2011-05-19 Thread Rossko
> i have a task to check if some point is lying inside given polygon. Do > anybody have any ideas on this? http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=point+in+polygon -- You received this message because you are subscribed to the Google Groups "Goo