Type Alias ArrowStyleOptions

ArrowStyleOptions: {
    arrowIcon?: IconOptions | OlImage;
    color?: ColorType;
    end?: ArrowEnd;
    primitiveOptions?: VectorPropertiesPrimitiveOptions;
    width?: number;
    zIndex?: number;
}

Type declaration

  • OptionalarrowIcon?: IconOptions | OlImage

    icon options to use. if none are provided, if is attempted to derive the arrow icon from the primitive options. if providing your own icon, the color will not be options.color by default

  • Optionalcolor?: ColorType

    color used to color in the line & the icon

    '#000000'
    
  • Optionalend?: ArrowEnd

    end to place the arrow head at

  • OptionalprimitiveOptions?: VectorPropertiesPrimitiveOptions

    the default primitive options are a cylinder with a bottom radius of 1/3 its length and 0 top radius

  • Optionalwidth?: number

    pass to ol.style.Stroke

    1
    
  • OptionalzIndex?: number

    passed to ol.Style