Class: ArrowStyle
- Last UpdatedMay 21, 2025
- 2 minute read
This class represents style attributes for arrows to be rendered along a polyline.
An instance of ArrowStyle
is always treated as immutable to avoid inconsistencies and must not modified.
Name | Type | Description |
---|---|---|
opt_options |
H.map.ArrowStyle | H.map.ArrowStyle.Options |
optional
An object containing initialization options |
Methods
-
This method checks value-equality between the given object and an instance of
ArrowStyle
provided by the caller.Name Type Description other
H.map.ArrowStyle | H.map.ArrowStyle.Options The arrow style object with which to compare the given object
Returns:
Type Description boolean true
if the objects are value-equal, otherwisefalse
Type Definitions
-
An object containing arrow style initialization options.
Properties: