Android Question Picasso with InfoWindowAdapter GoogleMap

deyvitm

Member
Licensed User
Longtime User
I have put the picasso library inside InfoWindowAdapter1_GetInfoContents in google maps, when I click to show InfoWindows the image does not appear, but when I next give another image to InfoWindows if it appears, any ideas?

Source:

GetPicasso.RunMethodJO("load", Array(url)).RunMethodJO("into", Array(ImageView1))
ImageView1.Gravity = Gravity.FILL
 
Top