Shape

class Shape(val path: Path, @ColorInt val strokeColor: Int?, val strokeWidth: Float)

A shape to be drawn onto the map view.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(path: Path, @ColorInt strokeColor: Int?, strokeWidth: Float)

Properties

Link copied to clipboard
val path: Path

The path to be drawn

Link copied to clipboard

The stroke color

Link copied to clipboard

The stroke width in dp