Android Question InfoWindowAdapter1_GetInfoContents

Nicolás Cieri

Active Member
Licensed User
This function works very well when the user clicks on the marker.

What I want is to know how to invoke this click from the background, simulate the click, I have tried, but in the end I change the infowindow for the traditional one.

If I set "marker.InfoWindowShown = True" my infowindow is changed for the traditional.. so.. GetInfoContents don't fire.

How can I simulate this click? I need to update "my own infowindow" on the background.

I tried also ... but this give me an error..
mk.RunMethod("showInfoWindow()", Array (jMap, marker))


Thanks
 
Top