> Is this mean that google does not > support polygon.containsLatLng method.
That's right. http://code.google.com/apis/maps/documentation/reference.html#GPolygon > Then how can i check whether a > particular point is present in the polygen. You add some code that extends the API. > Can you provide me an > example. http://econym.org.uk/gmap/epoly.htm this is an add-on to the API. You take a copy of that script and include it in your own page, as directed there. The epoly method is NOT actually called .containsLatLng , so you should read there. An example of usage is provided. If you don't like or want the other features of epoly, here's an alternative add-on http://dawsdesign.com/drupal/google_maps_point_in_polygon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
