Optional
createMarkers?: {Controls whether markers are created for the departure, destination, and connection points.
Optional
connection?: boolean | (instruction: TDirectionInstruction) => MarkerControls whether markers are created for connection points and allows a custom marker to be created.
Optional
departure?: boolean | (instruction: TDirectionInstruction) => MarkerControls whether a marker is created for the departure point and allows a custom marker to be created.
Optional
destination?: boolean | (instruction: TDirectionInstruction) => MarkerControls whether a marker is created for the destination point and allows a custom marker to be created.
Optional
inactivePathOptions?: {Path Options for the non-current path in multi-destination mode.
Optional
accentColor?: stringThe accent color of the path. This is applied to arrows if they are displayed
Optional
animateArrowsOnPath?: booleanControls whether arrows are animated.
Optional
color?: stringThe color of the path.
Optional
displayArrowsOnPath?: booleanControls whether arrows are displayed on the path.
Optional
drawDuration?: numberDuration in milliseconds for the path to be drawn.
Optional
farRadius?: numberThe radius of the path far from the markers.
Optional
interactive?: booleanWhether the path should be clickable.
Optional
nearRadius?: numberThe radius of the path near the markers.
Optional
markerOptions?: { departureColor?: string; destinationColor?: string }Options for the markers at the departure and destination.
Optional
pathOptions?: {Options for the path.
Optional
accentColor?: stringThe accent color of the path. This is applied to arrows if they are displayed
Optional
animateArrowsOnPath?: booleanControls whether arrows are animated.
Optional
color?: stringThe color of the path.
Optional
displayArrowsOnPath?: booleanControls whether arrows are displayed on the path.
Optional
drawDuration?: numberDuration in milliseconds for the path to be drawn.
Optional
farRadius?: numberThe radius of the path far from the markers.
Optional
interactive?: booleanWhether the path should be clickable.
Optional
nearRadius?: numberThe radius of the path near the markers.
Optional
setMapOnConnectionClick?: booleanControls whether the map should be set to the floor of the connection point when a connection point is clicked.
Options for navigation.