Adjusting aspect of hv.Arrow

Hi,
I need to display some arrows that have bearing values on the map,
How can I adjust the aspect of hv.Arrow ?
or
Is there any way to create an element which is tantamount to bokeh’s
‘’‘Arrow(end=VeeHead(size=8), line_color=“grey”, source=cds_right1, x_start=‘x_start’, y_start=‘y_start’, x_end=‘x_end’, y_end=‘y_end’)’’’

regards