OmhStyleSpanGradient
class OmhStyleSpanGradient(val fromColor: Int, val toColor: Int, val segments: Double? = null, val stamp: Bitmap? = null) : OmhStyleSpan, Parcelable
OmhStyleSpanGradient is a class that represents a gradient style span on a map. A style span can be used to customize the appearance of polylines. This class implements the OmhStyleSpan interface.