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.
color Border
The color of the path border. By default the one from the current map view style is used.
color Inner
The color of the path inner. By default the one from the current map view style is used.
sz Border
The size of the path border in mm. If < 0 the one from the current map view style is used.
sz Inner
The size of the path inner in mm. If < 0 the one from the current map view style is used.