When map loaded

Hi,


Gmap automatically starts initializing when form create, that's why all other objects on form loading after gmap completed the initializing process. To fix that i've changed visible value to false and tried to make visible after map loaded but i couldn't find right event to do it. 

I've tried DownloadFinish and NavigationComplete events but it's not trigerring when gmap visible false.

Is there any way to start gmap as invisible and make it visible after map loaded ?

Unfortunately no, the TTMSFMXWebGMaps uses the TWebBrowser internally and it needs to be visible to succesfully process a navigate/and process javascript. We will investigate if we can change this behavior.