Type Alias ObliqueOptions

ObliqueOptions: VcsMapOptions & {
    changeOnMoveEnd?: boolean;
    maintainViewpointOnCollectionChange?: boolean;
    switchOnEdge?: boolean;
    switchThreshold?: number;
}