HighchartsMapNavigationOptions constructor
HighchartsMapNavigationOptions({
- HighchartsMapNavigationButtonOptions? buttonOptions,
- HighchartsMapNavigationButtonsOptions? buttons,
- bool? enableButtons,
- bool? enableDoubleClickZoom,
- bool? enableDoubleClickZoomTo,
- bool? enableMouseWheelZoom,
- bool? enableTouchZoom,
- bool? enabled,
- double? mouseWheelSensitivity,
The mapNavigation
option handles buttons for navigation in addition to mousewheel
and doubleclick
handlers for map zooming.
Implementation
HighchartsMapNavigationOptions(
{this.buttonOptions,
this.buttons,
this.enableButtons,
this.enableDoubleClickZoom,
this.enableDoubleClickZoomTo,
this.enableMouseWheelZoom,
this.enableTouchZoom,
this.enabled,
this.mouseWheelSensitivity});