add

external fun add(path: Path, colorBorder: Rgba? = null, colorInner: Rgba? = null, szBorder: Double = -1.0, szInner: Double = -1.0)

Adds a path in the collection.

Parameters

path

The path to be added.

colorBorder

The color of the path border. By default the one from the current map view style is used.

colorInner

The color of the path inner. By default the one from the current map view style is used.

szBorder

The size of the path border in mm. If < 0 the one from the current map view style is used.

szInner

The size of the path inner in mm. If < 0 the one from the current map view style is used.