Search results

NavigationLineSettings API in Vue Maps API component

Sets and gets the options to customize the navigation line in maps.

Properties

angle

number

Sets and gets the angle of curve connecting different locations in maps.

Defaults to 0

arrowSettings

ArrowModel

Sets and gets the options to customize the arrow for the navigation line in maps.

color

string

Sets and gets the color for the navigation lines in maps.

dashArray

string

Sets and gets the dash-array for the navigation lines drawn in maps.

Defaults to

highlightSettings

HighlightSettingsModel

Sets and gets the highlight settings of the navigation line in maps.

latitude

number[]

Sets and gets the latitude value for the navigation lines drawn in maps.

Defaults to []

longitude

number[]

Sets and gets the longitude for the navigation lines drawn in maps.

Defaults to []

selectionSettings

SelectionSettingsModel

Sets and gets the selection settings of the navigation line in maps.

visible

boolean

Enables or disables the navigation lines to be drawn in maps.

Defaults to false

width

number

Sets and gets the width of the navigation lines in maps.

Defaults to 1