Hi All, I've already looked at some related posts, but what I've tried isn't working.
I have an Overlay where I draw some objects, but they always appear first, on the "graph" background, then the Google Map finally shows up a few seconds later. I wanted to be able to wait till the map has been drawn, then do my drawing, if that's possible. I tried creating a loop waiting for: mapView.canCoverCenter() and mapView.getLatitudeSpan() waiting for them to return something, but they don't get anything, and it sits there pretty much forever. This is after I've set up: mapView.setTraffic(false); mapView.setBuiltInZoomControls(true); etc. Is there any way to do this? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

