public static interface MapView.OnFirstLayoutListener
Modifier and Type | Method and Description |
---|---|
void |
onFirstLayout(View v,
int left,
int top,
int right,
int bottom)
this generally means that the map is ready to go
|
void onFirstLayout(View v, int left, int top, int right, int bottom)
v
- left
- top
- right
- bottom
-