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

HCMapNavigationButtonsZoomInOptions({String? align, String? alignTo, num? height, dynamic onclick, num? padding, HCCSSObject? style, String? text, HCSVGAttributes? theme, String? verticalAlign, num? width, num? x, num? y})
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 plotBox and spacingBox.
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, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.
final
verticalAlign String?
(Highmaps) The vertical alignment of the buttons. Individual alignment can be adjusted by each button's y offset.
final
width num?
(Highmaps) The width of the map navigation buttons.
final
x num?
(Highmaps) The X offset of the buttons relative to its align setting.
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