interface MapViewGoToTarget {
    center?: MapViewCenterLike;
    extent?: MapViewExtentLike;
    rotation?: number;
    scale?: number;
    target?: MapViewGoToInput;
    zoom?: number;
}

Properties

rotation?: number
scale?: number
zoom?: number