Android Code Snippet [B4A] [GoogleMap] Get click data on polylines, polygons, and circles.

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:

1635391310838.png
 

Attachments

  • 1.gif
    1.gif
    480.7 KB · Views: 407
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:

View attachment 120891
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:

View attachment 120891

Do you have any sample code?
 
Top