Optional
accentColor?: stringAccent color that is applied to the path pulse and path arrows
Optional
adjustedAltitude?: booleanThe path will be adjusted vertically to the tallest altitude along the path. The altitude is in meters.
Optional
animateArrowsOnPath?: booleanAnimate arrows on path.
Optional
animateDrawing?: booleanAnimate the drawing of the path in the direction of travel.
Optional
color?: stringPath Colour. Color can be set using CSS colors names DarkGoldenRod
, as Hex strings #0000FF
or the rgb values rgb(255,0,0)
.
Optional
displayArrowsOnPath?: booleanShow arrows on path.
Optional
drawDuration?: numberDuration of path drawing in milliseconds.
Optional
farRadius?: numberRadius of path at furthest zoom, in metres.
Optional
flattenPath?: booleanFlatten the path to a 2D line.
Optional
interactive?: booleanWhether the path should be clickable.
Optional
maxAdjustedAltitude?: numberThe maximum altitude of the path in meters. The altitude is in meters.
Optional
minAdjustedAltitude?: numberThe minimum altitude of the path in meters. The altitude is in meters.
Optional
nearRadius?: numberRadius of path at nearest zoom, in metres.
Optional
pulseIterations?: numberNumber of iterations to pulse to indicate direction.
Optional
pulsePauseDuration?: numberHow many milliseconds to wait before starting the next pulse after the current pulse travels the entirety of the path.
Optional
showPulse?: booleanShow an animated pulse indicating the direction of travel.
Options for controlling the behavior of a Path.