Mapbox Maps Android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
cubicBezier
cubic
Bezier
Interpolates using the cubic bezier curve defined by the given control points.
@
JvmStatic
()
fun
cubicBezier
(x1:
Expression
, x2:
Expression
, x3:
Expression
, x4:
Expression
):
Expression
Content copied to clipboard
fun
cubicBezier
(block:
Expression.ExpressionBuilder
.() ->
Unit
):
Expression
Content copied to clipboard