lawlorslaw
06/29/2018, 4:34 PMLucas Ł
06/30/2018, 10:18 AMNote: The info window that is drawn is not a live view. The view is rendered as an image (using View.draw(Canvas)) at the time it is returned. This means that any subsequent changes to the view will not be reflected by the info window on the map. To update the info window later (for example, after an image has loaded), call showInfoWindow()...You can read the whole thing here: https://developers.google.com/maps/documentation/android-sdk/infowindows#custom_info_windows
lawlorslaw
06/30/2018, 4:47 PM