This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Make InfoWindowAdapter dynamically updateable #5353
Labels
Android
Mapbox Maps SDK for Android
Milestone
Analog to #5237.
Add the possibility to invalidate the
InfoWindowAdapter
so that the content is refreshed on the map. As theInfoWindowAdapter
is an interface and we don't want to break the api, the easiest way to provide this would probably be add an abstract class extendingInfoWindowAdapter
with aninvalidate()
method that may be called so that the infowindow contents is refreshed.The text was updated successfully, but these errors were encountered: