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:
Is possible with B4I?
Thanks at all for your help!!!
Fabio
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