whenSizeReady

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
fun whenSizeReady(action: () -> Unit)

Execute the provided action when map size becomes ready. Will be executed synchronously if map size is ready at the moment of invocation.