Search results

NavigationLineSettingsModel API in React Maps API component

Interface for a class NavigationLineSettings

Properties

angle

number

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

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.

dashArray

string

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

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.

longitude

number[]

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

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.

width

number

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