interface SetZoomLevelOptions {
    animated: boolean;
    level: number;
}

Properties

Properties

animated: boolean
level: number