display Paths
fun displayPaths(paths: ArrayList<Path>, border: Rgba? = null, fill: Rgba? = null, szBorder: Double = -1.0, szInner: Double = -1.0)
Adds a path in the collection.
Parameters
paths
The path to be added.
border
The color of the path border. By default the one from the current color scheme is used.
fill
The color of the path. By default the one from the current color scheme 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.