fivenine-zurich/UnifiedMaps

Android ShowInfoWindow glitch

Closed this issue · 1 comments

When clicking pins with titles the android info window is shown randomly, sometimes with a flash of visibility then hides again. From the readings I have done this is default behaviour for android, where you should not call ShowInfoWindow from inside the OnMarkerClick as the IsInfoWindowShown gets confused. To resolve this the marker can be removed and added back to the map.

Thx for the fix, it's merged and available on nuget.org