Search results

NavigationLineSettings API in Vue Maps API component

Gets or sets the options to customize the navigation lines in maps which is used to connect different locations.

Properties

angle

number

Gets or sets the angle of the curve connecting different locations in maps.

Defaults to 0

arrowSettings

ArrowModel

Gets or sets the options to customize the arrow for the navigation line in maps.

color

string

Gets or sets the color for the navigation lines in maps.

Defaults to ‘black’

dashArray

string

Gets or sets the dash-array for the navigation lines drawn in maps.

Defaults to

highlightSettings

HighlightSettingsModel

Gets or sets the highlight settings of the navigation line in maps.

latitude

number[]

Gets or sets the latitude value for the navigation lines to be drawn in maps.

Defaults to []

longitude

number[]

Gets or sets the longitude for the navigation lines to be drawn in maps.

Defaults to []

selectionSettings

SelectionSettingsModel

Gets or sets 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

Gets or sets the width of the navigation lines in maps.

Defaults to 1