According to the document from Google, the info window was rendered before I get the image.
Note: The info window is rendered as an image each time it is displayed on the map.
This means that any changes to its properties while it is active will not be immediately visible.
The contents of the info window will be refreshed the next time that it is displayed.
Are there anyone is using AFNetworking's image cache and successfully update the infowindow view without polluted the marker's snippet? I've searched but I couldn't find any solution for my scenario. I have address and some other information in the marker's snippet, so I can't use it as a flag.
BTW, I'm following this tutorial from Google to create the info window from xib
Refs:
How to force refresh contents of the markerInfoWindow in Google Maps iOS SDK
iOS: Dynamic Marker Info Window
https://developers.google.com/maps/documentation/ios/marker#info_windows