hi, i have a google map defined area i all ready draw a polygon whit this cordenates i want know if possible show only the inner area polygon in the map,
how can i know if i clicked en the polygon area or not?
hi, i have a google map defined area i all ready draw a polygon whit this cordenates i want know if possible show only the inner area polygon in the map,
how can i know if i clicked en the polygon area or not?
I have seen many questions in the forum, about how to capture the data of the polygons, polylines and circles by clicking on them. These events are not built into the GoogleMap or GoogleMapExtras libraries. But I managed to capture these and other events. Here is an example:
I have seen many questions in the forum, about how to capture the data of the polygons, polylines and circles by clicking on them. These events are not built into the GoogleMap or GoogleMapExtras libraries. But I managed to capture these and other events. Here is an example:
I use this in my app to determine if a vehicle is within a defined zone made of 5 or more lat/lon coordinates. Point 1 is also Point 5 (first point and last point are same value). A simple box shows how to create this: 1----------2 | ........... | | ........... | clockwise (or counter...