HCMapNavigationButtonsZoomInOptions class
(Highmaps) 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.
- Implemented types
Constructors
-
const
Properties
- align → String?
-
(Highmaps) The alignment of the navigation buttons.
final
- alignTo → String?
-
(Highmaps) What box to align the buttons to. Possible values are
plotBoxandspacingBox.final - hashCode → int
-
The hash code for this object.
no setterinherited
- height → num?
-
(Highmaps) The pixel height of the map navigation buttons.
final
- onclick → dynamic
-
(Highmaps) Click handler for the button.
final
- padding → num?
-
(Highmaps) Padding for the navigation buttons.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → HCCSSObject?
-
(Highmaps) Text styles for the map navigation buttons.
final
- text → String?
-
(Highmaps) The text for the button. The tooltip (title) is a language option given by lang.zoomIn.
final
- theme → HCSVGAttributes?
-
(Highmaps) A configuration object for the button theme. The object accepts SVG properties like
stroke-width,strokeandfill. Tri-state button styles are supported by thestates.hoverandstates.selectobjects.final - verticalAlign → String?
-
(Highmaps) The vertical alignment of the buttons. Individual alignment can be adjusted by each button's
yoffset.final - width → num?
-
(Highmaps) The width of the map navigation buttons.
final
- x → num?
-
(Highmaps) The X offset of the buttons relative to its
alignsetting.final - y → num?
-
(Highmaps) The position of the zoomIn button relative to the vertical alignment.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited