We are using the Google Maps Mobile library, to draw a map with multiple markers. When we are drawing the markers, the markers seem to be drawing "one-at-a-time", and take several seconds to all appear, if there is a large number of markers (in one case, we have a map loading in over 1000 markers).
When I run through debug, and try to see where the bottleneck is in my application (assuming the issue was with my handling of the data), I have tried to eliminate a few things.
I am a little at my whits end, and I am researching things further. Was posting this here, in case another person had some input on my problem.