Optional Experimental__EXPERIMENTAL_SMOOTHING_CORNER_RADIUS?: numberOptional Experimental__EXPERIMENTAL_SMOOTHING_TENSION?: numberControls the smoothness of path corners using CatmullRom curve tension. Higher values create smoother curves. Values between 0.1-0.3 provide subtle smoothing.
Optionalcolor?: stringThe color of the path.
OptionalcompleteFraction?: numberThe fraction of the path that should be complete. This can be used to animate the path.
OptionalhighlightColor?: stringThe color of the highlight.
OptionalhighlightCompleteFraction?: numberThe fraction of the highlighted path that should be complete. This can be used to animate the highlight.
OptionalhighlightEndFraction?: numberThe end fraction of the path that should be highlighted. Indicates the end of the highlighted section.
OptionalhighlightStartFraction?: numberThe start fraction of the path that should be highlighted. Indicates the start of the highlighted section.
OptionalhighlightWidthMultiplier?: numberThe width multiplier of the highlight. Setting this to 1 will result in no changes to path width.
Optionaltype?: "path"OptionalverticalOffset?: numberThe altitude of the geometry, in meters
Optionalvisible?: booleanWhether the path is visible.
Optionalwidth?: number | Interpolation<"zoom-level", number[]>The width of the path in meters. Can be a number or an Interpolation.
OptionalxrayOpacity?: numberThe opacity of the path when it's behind geometry (x-ray effect). Value from 0 to 1.
Distance in meters from corners where control points are inserted for smoothing. Only applies when __EXPERIMENTAL_SMOOTHING_TENSION > 0. Typical values are 0.5-2.0 meters.