Type alias ObliqueOptions

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

Type declaration

  • Optional changeOnMoveEnd?: boolean
  • Optional switchOnEdge?: boolean
  • Optional switchThreshold?: number

Generated using TypeDoc