setTriangleHeight abstract method

void setTriangleHeight(
  1. StylingProportionFunction triangleHeight
)

Height of the arrow tip in units. Default: constantValue: 24

Implementation

void setTriangleHeight(
    mapkit_styling_proportion_function.StylingProportionFunction
        triangleHeight);