android - Put image into Mapview Marker Callout -


I am creating an app with mapwish and custom mapers, which works fine, what I would like to do, call an image in callout To add, when the user taps one of the markers

! [Enter image details here] [1]

I did the same thing for iOS, where it is very easy:

The library is supported for this, but it is only for Google Maps V1, I will need to show a different image for each callout, which Will be hosted on a web server, so I have to download this image asynchronously before showing it Is there a good solution for this?

Thanks in advance.

You can create a custom InfoWindowAdapter, see

for details < / Html>

Comments