interface ScaleOptions {
    imperial?: boolean;
    maxWidth?: number;
    metric?: boolean;
    position?: ControlPosition;
    updateWhenIdle?: boolean;
}

Hierarchy

Properties

imperial?: boolean
maxWidth?: number
metric?: boolean
position?: ControlPosition
updateWhenIdle?: boolean

Generated using TypeDoc