OmhStyleSpanMonochromatic

class OmhStyleSpanMonochromatic(val color: Int, val segments: Double? = null, val stamp: Bitmap? = null) : OmhStyleSpan, Parcelable

OmhStyleSpanMonochromatic is a class that represents a monochromatic style span on a map. A style span can be used to customize the appearance of polylines. This class implements the OmhStyleSpan interface.

Constructors

Link copied to clipboard
constructor(color: Int, segments: Double? = null, stamp: Bitmap? = null)

Properties

Link copied to clipboard
val color: Int

The color of the style span.

Link copied to clipboard
open override val segments: Double? = null

The number of segments in the style span.

Link copied to clipboard
open override val stamp: Bitmap? = null

The bitmap used for the style span.