awaitInitialCamera

suspend fun awaitInitialCamera()

Suspends until the initial camera derived from the map data has been applied.

Deliberately not part of LoadPhase: the camera needs a laid-out view, and a view that is never laid out would make com.getwemap.sdk.core.awaitLoaded suspend forever. Returns immediately if it was already applied.