iOS Question InfoWindow click event

F.Campanella

Member
Licensed User
Longtime User
Hi,
Is possible to capture the click event from the Marker InfoWindow in google Map?

I have several markers and when I click marker the infowindow appear with same informations. If I click the infowindow the app call a page with several informations.

In B4A works very well with this code:

B4X:
gextra.SetOnInfoWindowClickListener(gmap, ICL)

Is possible with B4I?

Thanks at all for your help!!!

Fabio
 

Attachments

  • IMG_0573.PNG
    IMG_0573.PNG
    84.4 KB · Views: 250
Top