I want to do something after the google maps has loaded(maptiles have been filled) is there anyway to achieve that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
MarkerDemoActivity.javafrom the SDK around line 198 wheremapView.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