HighchartsMapNavigationButtonsOptions class

The individual buttons for the map navigation. This usually includes the zoom in and zoom out buttons. Properties for each button is inherited from mapNavigation.buttonOptions, while individual options can be overridden. But default, the onclick, text and y options are individual.

API Docs: https://api.highcharts.com/highcharts/mapNavigation.buttons

Inheritance

Constructors

HighchartsMapNavigationButtonsOptions.new({HighchartsMapNavigationButtonsZoomInOptions? zoomIn, HighchartsMapNavigationButtonsZoomOutOptions? zoomOut})
The individual buttons for the map navigation. This usually includes the zoom in and zoom out buttons. Properties for each button is inherited from mapNavigation.buttonOptions, while individual options can be overridden. But default, the onclick, text and y options are individual.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomIn HighchartsMapNavigationButtonsZoomInOptions?
Options for the zoom in button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the onclick, text and y options are individual.
getter/setter pair
zoomOut HighchartsMapNavigationButtonsZoomOutOptions?
Options for the zoom out button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the onclick, text and y options are individual.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited