applyManeuverStyle static method

void applyManeuverStyle(
  1. PolylineMapObject polyline,
  2. ManeuverStyle style
)

Applies a maneuver style. This method should be called every time after updatePolyline with updateGeometry == true occurs; otherwise, the default maneuver style is applied.

Implementation

static void applyManeuverStyle(
    mapkit_map_polyline.PolylineMapObject polyline, ManeuverStyle style) {
  _applyManeuverStyle(
    polyline,
    style,
  );
}