Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to do something after the google maps has loaded(maptiles have been filled) is there anyway to achieve that?

share|improve this question
I'm interested in this too. Nothing in the API documentation AFAIK caters for it. There is something in MarkerDemoActivity.java from the SDK around line 198 where mapView.getViewTreeObserver().addOnGlobalLayoutListener(new OnGlobalLayoutListener() { @Override public void onGlobalLayout() { ... ) } }); is used to check if "..the map has a size." I've tried playing around with this and have had no success. – qubz Jan 20 at 3:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.