PolylineStyle
Describes a Polyline Style to render lines and polylines on a MapView.
Parameters
Name of the shape style
Minimum Map Scale Factor expressed in meters / logical pixel (0: unlimited)
Maximum Map Scale Factor expressed in meters / logical pixel (0: unlimited)
Visibility status of this Polyline Style
ARGB color (default is transparent, meaning that the polyline is not visible if no color is specified)
Optional border (ARGB) color
Optional center (ARGB) color
Pen width (in pixels or real units depending on realUnits)
Specifies whether the width should be expressed either in pixels (false) or in real units (true).
the DashStyle of the polyline (default is DashStyle.SOLID
you can choose to draw half of the polyline (see HalfWidthStyle for available values)
Width of the arrow (in pixels or real units, defined by arrowRealUnits)
Specifies whether the Arrow Width should be expressed either in pixels (false) or in real units (true). Default value is false
ARGB color of the arrow (transparent by default)
Specifies the arrow direction (default value is ArrowDirection.TO)
Specifies whether arrows must be filled. (default value is true)
Specifies whether arrows have to be drawn with a shaft or just a head (default value is ArrowStyle.HEAD_ONLY)
Specifies the position of arrows (default value is ArrowPosition.MIDDLE)