I have a thread which shows clusters on a map over a time period with a delay of half a sec between each one. In the synchronize procedure I can only get it to display each time if I call Application.ProcessMessages. If not, it will not display. Fine on Windows, but does not work on Android.
Please note that updating TTMSFMXWebGMaps on Android in this specific scenario has not yet been tested. Can you please explain exactly what is going wrong on Android? Also does using a thread to update data on Android work for components outside of TTMSFMXWebGMaps?