getOwnedPosition static method
Get the camera position currently owned by the owner (if any)
Implementation
static CameraPosition? getOwnedPosition(CameraOwner owner) {
return _ownershipManager.getOwnedPosition(owner);
}
Get the camera position currently owned by the owner (if any)
static CameraPosition? getOwnedPosition(CameraOwner owner) {
return _ownershipManager.getOwnedPosition(owner);
}