Hello again.
I've noticed that, if the network connection isn't really fast, the initialization of the Map control is quite slow. It takes from one to three seconds to init (maybe more through GPRS), where the UI is totally locked (due the main thread busy).
There's no way to perform any progression bar, nor animation during this delay.
Do you think would be possible to move part/whole the init process on a separate thread, thus having the ability to free the UI thread?
Thanks again.
Mario